[FFmpeg-cvslog] lavc/vp9_intra: fix another .irp use with LLVM as
Rémi Denis-Courmont
git at videolan.org
Sun May 19 10:23:00 EEST 2024
ffmpeg | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 18 18:52:46 2024 +0300| [259c639137826ea7d59361c4d49e40a1a6155fb7] | committer: Rémi Denis-Courmont
lavc/vp9_intra: fix another .irp use with LLVM as
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=259c639137826ea7d59361c4d49e40a1a6155fb7
---
libavcodec/riscv/vp9_intra_rvv.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/riscv/vp9_intra_rvv.S b/libavcodec/riscv/vp9_intra_rvv.S
index 7b3c22b99a..beeb1ff88c 100644
--- a/libavcodec/riscv/vp9_intra_rvv.S
+++ b/libavcodec/riscv/vp9_intra_rvv.S
@@ -206,7 +206,7 @@ func ff_tm_32x32_rvv, zve32x
.endr
vsetvli zero, zero, e8, m2, ta, ma
- .irp n 0, 4, 8, 12, 16, 20, 24, 28
+ .irp n, 0, 4, 8, 12, 16, 20, 24, 28
vnclipu.wi v\n, v\n, 0
vse8.v v\n, (a0)
add a0, a0, a1
More information about the ffmpeg-cvslog
mailing list