1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
FFmpeg/libswresample/x86
Andreas Rheinhardt 4e51e48ebd swresample/x86/rematrix: Remove obsolete MMX functions
x64 always has MMX, MMXEXT, SSE and SSE2 and this means
that some functions for MMX, MMXEXT and 3dnow are always
overridden by other functions (unless one e.g. explicitly
disables SSE2) for x64. So given that the only systems that
benefit from these functions 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
..
audio_convert_init.c swresample/x86/audio_convert: Remove obsolete MMX functions 2022-06-14 01:28:29 +02:00
audio_convert.asm swresample/x86/audio_convert: Remove obsolete MMX functions 2022-06-14 01:28:29 +02:00
Makefile
rematrix_init.c swresample/x86/rematrix: Remove obsolete MMX functions 2022-06-14 01:28:29 +02:00
rematrix.asm swresample/x86/rematrix: Remove obsolete MMX functions 2022-06-14 01:28:29 +02:00
resample_init.c
resample.asm
w64xmmtest.c