mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
lavfi/riscv: require B or zba explicitly
This commit is contained in:
parent
187d4d066a
commit
9108f3e5e1
@ -21,7 +21,7 @@
|
||||
#include "libavutil/riscv/asm.S"
|
||||
|
||||
// void ff_fcmul_add(float *sum, const float *t, const float *c, int len)
|
||||
func ff_fcmul_add_rvv, zve64f
|
||||
func ff_fcmul_add_rvv, zve64f, zba
|
||||
li t1, 32
|
||||
1:
|
||||
vsetvli t0, a3, e32, m4, ta, ma
|
||||
|
Loading…
Reference in New Issue
Block a user