ffmpeg | branch: master | Rémi Denis-Courmont <r...@remlab.net> | Sat May 18 
18:52:27 2024 +0300| [cbe51ebf930578a17af0e983f0068bb59939425c] | committer: 
Rémi Denis-Courmont

lavc/vp8dsp: fix .irp use with LLVM as

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

 libavcodec/riscv/vp8dsp_rvv.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/riscv/vp8dsp_rvv.S b/libavcodec/riscv/vp8dsp_rvv.S
index 4d7a9f6a2d..0ba9fa443d 100644
--- a/libavcodec/riscv/vp8dsp_rvv.S
+++ b/libavcodec/riscv/vp8dsp_rvv.S
@@ -171,7 +171,7 @@ endconst
         li              t1, 6
         mul             t0, t0, t1
         add             t0, t0, t2
-        .irp n 1,2,3,4
+        .irp n,1,2,3,4
         lb              t\n, \n(t0)
         .endr
 .ifc \size,6
@@ -236,7 +236,7 @@ func ff_put_vp8_epel\len\()_\type\()\size\()_rvv, zve32x
 endfunc
 .endm
 
-.irp len 16,8,4
+.irp len,16,8,4
 put_vp8_bilin_h_v \len h a5
 put_vp8_bilin_h_v \len v a6
 put_vp8_bilin_hv \len

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to