[FFmpeg-cvslog] riscv/h264dsp: remove spurious instruction

Rémi Denis-Courmont git at videolan.org
Mon Nov 18 22:02:35 EET 2024


ffmpeg | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 19 10:32:11 2024 +0300| [607d4cca8e213d7b331e9aca6619d18fa6a587f0] | committer: Rémi Denis-Courmont

riscv/h264dsp: remove spurious instruction

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=607d4cca8e213d7b331e9aca6619d18fa6a587f0
---

 libavcodec/riscv/h264dsp_rvv.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/riscv/h264dsp_rvv.S b/libavcodec/riscv/h264dsp_rvv.S
index 919dcf5009..5423b716ca 100644
--- a/libavcodec/riscv/h264dsp_rvv.S
+++ b/libavcodec/riscv/h264dsp_rvv.S
@@ -287,7 +287,6 @@ func ff_h264_v_loop_filter_\type\()_8_rvv, zve32x
         vsetivli  zero, 4 * \inners, e8, \e8mul, ta, ma
         vle8.v    v11, (a0)
         sub       t2, t3, a1
-        vid.v     v0
         vle8.v    v10, (t3)
         add       t5, a0, a1
         vle8.v    v9, (t2)



More information about the ffmpeg-cvslog mailing list