summaryrefslogtreecommitdiff
path: root/libavfilter/x86/Makefile
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2012-08-26 10:26:42 +0000
committerLoren Merritt <pengvado@akuvian.org>2012-08-26 10:49:14 +0000
commit7a1944b907179212e7073b821fdc60e27d536e4a (patch)
treea1ecedd61fbefae3f24a55536892f7b5f46c883d /libavfilter/x86/Makefile
parent566858a7705aaa82aefafaffd7d96a62e78a6d4d (diff)
vf_hqdn3d: x86 asm
13% faster on penryn, 16% on sandybridge, 15% on bulldozer Not simd; a compiler should have generated this, but gcc didn't.
Diffstat (limited to 'libavfilter/x86/Makefile')
-rw-r--r--libavfilter/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/x86/Makefile b/libavfilter/x86/Makefile
index e98693d654..46fc84f3ec 100644
--- a/libavfilter/x86/Makefile
+++ b/libavfilter/x86/Makefile
@@ -1,2 +1,3 @@
MMX-OBJS-$(CONFIG_YADIF_FILTER) += x86/yadif.o
MMX-OBJS-$(CONFIG_GRADFUN_FILTER) += x86/gradfun.o
+YASM-OBJS-$(CONFIG_HQDN3D_FILTER) += x86/hqdn3d.o