diff mbox series

[FFmpeg-devel] lavu/lls: remove useless VSETVL

Message ID 20240626184508.17749-1-remi@remlab.net
State New
Headers show
Series [FFmpeg-devel] lavu/lls: remove useless VSETVL | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Rémi Denis-Courmont June 26, 2024, 6:45 p.m. UTC
This changes neither VL nor VTYPE, so it can safely be removed.
---
 libavutil/riscv/lls_rvv.S | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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