mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
fmt-ops: add RVV optimizations for s16_to_f32d
This commit is contained in:
parent
588f2bcb69
commit
74832445ba
5 changed files with 64 additions and 0 deletions
|
|
@ -444,6 +444,7 @@ DEFINE_FUNCTION(f32d_to_s16, neon);
|
|||
DEFINE_FUNCTION(f32_to_s16, rvv);
|
||||
DEFINE_FUNCTION(f32d_to_s16d, rvv);
|
||||
DEFINE_FUNCTION(f32d_to_s16, rvv);
|
||||
DEFINE_FUNCTION(s16_to_f32d, rvv);
|
||||
#endif
|
||||
#if defined(HAVE_SSE2)
|
||||
DEFINE_FUNCTION(s16_to_f32d_2, sse2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue