From ce52c9a4aedade342dff873da92bed43a8ed9ea7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 30 Sep 2022 18:39:45 +0100 Subject: [PATCH] no need for ctr mode on sv.bc --- media/video/libvpx/variance_svp64_real.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/video/libvpx/variance_svp64_real.s b/media/video/libvpx/variance_svp64_real.s index 66429764..b558e755 100644 --- a/media/video/libvpx/variance_svp64_real.s +++ b/media/video/libvpx/variance_svp64_real.s @@ -59,7 +59,7 @@ variance_svp64_real: addi src_col, src_col, 8 # Increment src, ref by 8 bytes addi ref_col, ref_col, 8 - # XXX replace with "sv.bc/ctr/all 16,*0,L2" which does "CTR -= VL" + # XXX replace with "sv.bc/all 16,*0,L2" which does "CTR -= VL" bdnz .L2 # Loop until CTR is zero add src_ptr, src_ptr, src_stride # Advance src_ptr by src_stride -- 2.30.2