mirror of https://git.ffmpeg.org/ffmpeg.git
dd61d6489b
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> |
||
---|---|---|
.. | ||
Makefile | ||
audio_convert.asm | ||
audio_convert_init.c | ||
rematrix.asm | ||
rematrix_init.c | ||
resample.asm | ||
resample_init.c | ||
w64xmmtest.c |