mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
lavu/riscv: remove bespoke assembler for MIN
This is no longer necessary as Zbb is now always explicitly required.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user