mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Channel mixer: Remove channelmix_f32_2_4_sse
It does not have PSD upmixing implemented and does not allow to disable the simple upmixing algorithm either. Fixes #2438.
This commit is contained in:
parent
a1d4b41c34
commit
354a04c91d
3 changed files with 0 additions and 71 deletions
|
|
@ -151,7 +151,6 @@ DEFINE_FUNCTION(f32_7p1_4, c);
|
|||
|
||||
#if defined (HAVE_SSE)
|
||||
DEFINE_FUNCTION(copy, sse);
|
||||
DEFINE_FUNCTION(f32_2_4, sse);
|
||||
DEFINE_FUNCTION(f32_5p1_2, sse);
|
||||
DEFINE_FUNCTION(f32_5p1_3p1, sse);
|
||||
DEFINE_FUNCTION(f32_5p1_4, sse);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue