From: Luke Kenneth Casson Leighton Date: Fri, 30 Sep 2022 17:39:45 +0000 (+0100) Subject: no need for ctr mode on sv.bc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce52c9a4aedade342dff873da92bed43a8ed9ea7;p=openpower-isa.git no need for ctr mode on sv.bc --- 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