From ad01ba6ceaea7d71c4b9887795523438689b5a96 Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Sat, 13 Oct 2012 10:04:49 -0500 Subject: x86: h264: Remove 3dnow QPEL code The only CPUs that have 3dnow and don't have mmxext are 12 years old. Moreover, AMD has dropped 3dnow extensions from newer CPUs. Signed-off-by: Diego Biurrun --- libavcodec/x86/h264_qpel.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/x86/h264_qpel.c') diff --git a/libavcodec/x86/h264_qpel.c b/libavcodec/x86/h264_qpel.c index cf944c1396..075506f25b 100644 --- a/libavcodec/x86/h264_qpel.c +++ b/libavcodec/x86/h264_qpel.c @@ -1163,9 +1163,6 @@ QPEL(put_, 16,XMM, 16)\ QPEL(avg_, 8, XMM, 16)\ QPEL(avg_, 16,XMM, 16)\ -#define PAVGB "pavgusb" -QPEL_H264(put_, PUT_OP, 3dnow) -QPEL_H264(avg_, AVG_3DNOW_OP, 3dnow) #undef PAVGB #define PAVGB "pavgb" QPEL_H264(put_, PUT_OP, mmxext) @@ -1184,7 +1181,6 @@ QPEL_H264_HV_XMM(avg_,AVG_MMXEXT_OP, ssse3) #endif #undef PAVGB -H264_MC_4816(3dnow) H264_MC_4816(mmxext) H264_MC_816(H264_MC_V, sse2) H264_MC_816(H264_MC_HV, sse2) -- cgit v1.2.3