[FFmpeg-cvslog] lavu/lls: remove useless VSETVL
Rémi Denis-Courmont
git at videolan.org
Sat Jun 29 21:03:58 EEST 2024
ffmpeg | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 26 21:44:23 2024 +0300| [d5e603ddc07211d3c2376d592ec161113c55e036] | committer: Rémi Denis-Courmont
lavu/lls: remove useless VSETVL
This changes neither VL nor VTYPE, so it can safely be removed.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5e603ddc07211d3c2376d592ec161113c55e036
---
libavutil/riscv/lls_rvv.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavutil/riscv/lls_rvv.S b/libavutil/riscv/lls_rvv.S
index e0e6f1008e..a36055bd7a 100644
--- a/libavutil/riscv/lls_rvv.S
+++ b/libavutil/riscv/lls_rvv.S
@@ -26,7 +26,6 @@ func ff_lls_update_covariance_rvv, zve64d, zbb
vle64.v v8, (a1)
1:
vfmv.f.s ft0, v8
- vsetvl zero, a2, t0
vle64.v v16, (a0)
vfmacc.vf v16, ft0, v8
addi a2, a2, -1
More information about the ffmpeg-cvslog
mailing list