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:
Ole Salscheider 2022-06-11 23:53:59 +02:00 committed by Wim Taymans
parent a1d4b41c34
commit 354a04c91d
3 changed files with 0 additions and 71 deletions

View file

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