diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-10 20:58:35 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-22 13:34:19 +0200 |
commit | 9426a2f8ff4607b7293e6140e56b8cc44e629dbd (patch) | |
tree | f491aba187e0a2dc3473e48e9a8bb93c94ac0ac1 /libavcodec/vaapi_vp8.c | |
parent | 6feea076e98512d78c8d735509ab6b5e9a71ca1c (diff) | |
download | ffmpeg-9426a2f8ff4607b7293e6140e56b8cc44e629dbd.tar.gz |
avcodec/x86/svq1enc: Remove obsolete MMXEXT function
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 ff_ssd_int8_vs_int16_mmx are truely ancient
32bit x86s it is removed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/vaapi_vp8.c')
0 files changed, 0 insertions, 0 deletions