[FFmpeg-cvslog] swscale/riscv: explicitly require Zbb for MIN

Rémi Denis-Courmont git at videolan.org
Fri May 10 23:14:13 EEST 2024


ffmpeg | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May  7 21:08:03 2024 +0300| [6c6313f1b581f053ce51df585e8caf59fe2ca5fc] | committer: Rémi Denis-Courmont

swscale/riscv: explicitly require Zbb for MIN

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

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

diff --git a/libswscale/riscv/rgb2rgb_rvv.S b/libswscale/riscv/rgb2rgb_rvv.S
index 21e30ab8bb..19f7aaf67d 100644
--- a/libswscale/riscv/rgb2rgb_rvv.S
+++ b/libswscale/riscv/rgb2rgb_rvv.S
@@ -165,10 +165,10 @@ endfunc
         ret
 .endm
 
-func ff_uyvytoyuv422_rvv, zve32x
+func ff_uyvytoyuv422_rvv, zve32x, zbb
         yuy2_to_i422p v20, v16
 endfunc
 
-func ff_yuyvtoyuv422_rvv, zve32x
+func ff_yuyvtoyuv422_rvv, zve32x, zbb
         yuy2_to_i422p v16, v20
 endfunc



More information about the ffmpeg-cvslog mailing list