lavu/riscv: remove bespoke assembler for MIN

This is no longer necessary as Zbb is now always explicitly required.
release/7.1
Rémi Denis-Courmont 9 months ago
parent 6c6313f1b5
commit 5afe734b6d
  1. 5
      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

Loading…
Cancel
Save