fmt-ops: add RVV optimizations for f32d_s16d

This commit is contained in:
sunyuechi 2024-09-23 10:22:44 +08:00 committed by Wim Taymans
parent 9348ad8115
commit 852de6c35c
5 changed files with 50 additions and 25 deletions

View file

@ -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),