diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2024-10-19 10:32:11 +0300 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2024-11-18 22:02:19 +0200 |
commit | 607d4cca8e213d7b331e9aca6619d18fa6a587f0 (patch) | |
tree | 31bad01aa40ba17858bfb8ae97fd104cb3feef8c | |
parent | 66093c5b94495dfb6ba4fabe2d5e968c19367906 (diff) | |
download | ffmpeg-607d4cca8e213d7b331e9aca6619d18fa6a587f0.tar.gz |
riscv/h264dsp: remove spurious instruction
-rw-r--r-- | libavcodec/riscv/h264dsp_rvv.S | 1 |
1 files changed, 0 insertions, 1 deletions
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) |