mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
fmt-ops: add RVV optimizations for f32d_s16d
This commit is contained in:
parent
9348ad8115
commit
852de6c35c
5 changed files with 50 additions and 25 deletions
|
|
@ -179,6 +179,7 @@ static struct conv_info conv_table[] =
|
|||
#endif
|
||||
#if defined (HAVE_RVV)
|
||||
MAKE(F32, S16, 0, conv_f32_to_s16_rvv, SPA_CPU_FLAG_RISCV_V),
|
||||
MAKE(F32P, S16P, 0, conv_f32d_to_s16d_rvv, SPA_CPU_FLAG_RISCV_V),
|
||||
#endif
|
||||
MAKE(F32, S16, 0, conv_f32_to_s16_c),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue