]> git.sesse.net Git - ffmpeg/commit
x86: h264: Remove 3dnow QPEL code
authorDaniel Kang <daniel.d.kang@gmail.com>
Sat, 13 Oct 2012 15:04:49 +0000 (10:04 -0500)
committerDiego Biurrun <diego@biurrun.de>
Sun, 25 Nov 2012 19:32:55 +0000 (20:32 +0100)
commitad01ba6ceaea7d71c4b9887795523438689b5a96
tree0ec77fc20d35e06603ae2782032091904fc67f90
parent28c8e288fa0342fdef532a7522a4707bebf831cc
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 <diego@biurrun.de>
libavcodec/x86/dsputil_avg_template.c
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/h264_qpel.c