mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
fmt-ops: add R-V V optimizations for f32_s16
This commit is contained in:
parent
8166b9c580
commit
d932e52d5b
6 changed files with 71 additions and 0 deletions
|
|
@ -440,6 +440,9 @@ DEFINE_FUNCTION(s16_to_f32d_2, neon);
|
|||
DEFINE_FUNCTION(s16_to_f32d, neon);
|
||||
DEFINE_FUNCTION(f32d_to_s16, neon);
|
||||
#endif
|
||||
#if defined(HAVE_RVV)
|
||||
DEFINE_FUNCTION(f32_to_s16, rvv);
|
||||
#endif
|
||||
#if defined(HAVE_SSE2)
|
||||
DEFINE_FUNCTION(s16_to_f32d_2, sse2);
|
||||
DEFINE_FUNCTION(s16_to_f32d, sse2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue