mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02: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