mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 15:50:18 +00: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:
parent
6c6313f1b5
commit
5afe734b6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user