You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
riscv: fix builds without Zbb support
This commit is contained in:
@@ -92,6 +92,11 @@
|
|||||||
shnadd 3, \rd, \rs1, \rs2
|
shnadd 3, \rd, \rs1, \rs2
|
||||||
.endm
|
.endm
|
||||||
#endif
|
#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 */
|
/* Convenience macro to load a Vector type (vtype) as immediate */
|
||||||
.macro lvtypei rd, e, m=m1, tp=tu, mp=mu
|
.macro lvtypei rd, e, m=m1, tp=tu, mp=mu
|
||||||
|
|||||||
Reference in New Issue
Block a user