diff mbox series

[FFmpeg-devel,4/4] lavu/riscv: remove bespoke assembler for MIN

Message ID 20240507181101.33385-4-remi@remlab.net
State Accepted
Commit 5afe734b6dc9404f4e53ef02507646d56a669456
Headers show
Series [FFmpeg-devel,1/4] lavu/riscv: allow requesting a second extension | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Rémi Denis-Courmont May 7, 2024, 6:11 p.m. UTC
This is no longer necessary as Zbb is now always explicitly required.
---
 libavutil/riscv/asm.S | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/libavutil/riscv/asm.S b/libavutil/riscv/asm.S
index 9d76ab5617..14be5055f5 100644
--- a/libavutil/riscv/asm.S
+++ b/libavutil/riscv/asm.S
@@ -95,11 +95,6 @@ 
         shnadd  3, \rd, \rs1, \rs2
         .endm
 #endif
-#if !defined (__riscv_zbb)
-        .macro  min rd, rs1, rs2
-        .insn r OP, 4, 5, \rd, \rs1, \rs2
-        .endm
-#endif
 
         /* Convenience macro to load a Vector type (vtype) as immediate */
         .macro  lvtypei rd, e, m=m1, tp=tu, mp=mu