mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-28 01:40:43 -05: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
|
|
@ -442,6 +442,7 @@ DEFINE_FUNCTION(f32d_to_s16, neon);
|
|||
#endif
|
||||
#if defined(HAVE_RVV)
|
||||
DEFINE_FUNCTION(f32_to_s16, rvv);
|
||||
DEFINE_FUNCTION(f32d_to_s16d, rvv);
|
||||
#endif
|
||||
#if defined(HAVE_SSE2)
|
||||
DEFINE_FUNCTION(s16_to_f32d_2, sse2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue