From 502ab21af0ca68f76d6112722c46d2f35c004053 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Tue, 18 Jun 2013 21:30:42 +0000 Subject: x86: lpc: simd av_update_lls 4x-6x faster on sandybridge Signed-off-by: Luca Barbato --- libavutil/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/x86/Makefile') 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 \ -- cgit v1.2.3