Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2013-06-19 01:30:42 +0400
committerLuca Barbato <lu_zero@gentoo.org>2013-06-29 15:23:57 +0400
commit502ab21af0ca68f76d6112722c46d2f35c004053 (patch)
treec68ce5c0c787fc552cf572e4aeb3b14f4d80b8a0 /libavutil/x86/Makefile
parent41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2 (diff)
x86: lpc: simd av_update_lls
4x-6x faster on sandybridge Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavutil/x86/Makefile')
-rw-r--r--libavutil/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86/Makefile b/libavutil/x86/Makefile
index ae07470b17..1e19082233 100644
--- a/libavutil/x86/Makefile
+++ b/libavutil/x86/Makefile
@@ -1,6 +1,8 @@
OBJS += x86/cpu.o \
x86/float_dsp_init.o \
+ x86/lls_init.o \
YASM-OBJS += x86/cpuid.o \
x86/emms.o \
x86/float_dsp.o \
+ x86/lls.o \