ffmpeg/libswresample/x86
Andreas Rheinhardt dd61d6489b swresample/x86/resample: Remove obsolete MMXEXT functions
x64 always has MMX, MMXEXT, SSE and SSE2 and this means
that some functions for MMX, MMXEXT, SSE and 3dnow are always
overridden by other functions (unless one e.g. explicitly
disables SSE2). So given that the only systems which benefit
from the MMXEXT resamplers (which are overridden by SSE2)
are truely ancient 32bit x86s they are removed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-06-14 01:28:29 +02:00
..
Makefile
audio_convert.asm
audio_convert_init.c
rematrix.asm
rematrix_init.c
resample.asm swresample/x86/resample: Remove obsolete MMXEXT functions 2022-06-14 01:28:29 +02:00
resample_init.c swresample/x86/resample: Remove obsolete MMXEXT functions 2022-06-14 01:28:29 +02:00
w64xmmtest.c