diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-10 15:32:33 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-22 13:30:59 +0200 |
commit | d402ec6be99dc82e263bad883e7c1c3d957343db (patch) | |
tree | e76b13fadb0386cfa275685ff469299e214b883b /libavcodec/x86/mpegvideoenc_template.c | |
parent | 7284ab789d5fe271b9d6a1666ab5ea6be8724cca (diff) | |
download | ffmpeg-d402ec6be99dc82e263bad883e7c1c3d957343db.tar.gz |
avcodec/x86/fdct: Remove obsolete MMX(EXT) 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>
Diffstat (limited to 'libavcodec/x86/mpegvideoenc_template.c')
0 files changed, 0 insertions, 0 deletions