mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
lavu/riscv: allow requesting a second extension
This commit is contained in:
parent
6e77af1c22
commit
89029baebd
@ -36,13 +36,16 @@
|
|||||||
#define HWD
|
#define HWD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
.macro func sym, ext=
|
.macro func sym, ext1=, ext2=
|
||||||
.text
|
.text
|
||||||
.align 2
|
.align 2
|
||||||
|
|
||||||
.option push
|
.option push
|
||||||
.ifnb \ext
|
.ifnb \ext1
|
||||||
.option arch, +\ext
|
.option arch, +\ext1
|
||||||
|
.ifnb \ext2
|
||||||
|
.option arch, +\ext2
|
||||||
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.global \sym
|
.global \sym
|
||||||
|
Loading…
Reference in New Issue
Block a user