From c95c9a048f3283afb2e412b10085d4f7c19e1412 Mon Sep 17 00:00:00 2001 From: xiangmingzhu Date: Wed, 30 Apr 2014 15:48:07 +0800 Subject: Cisco optimization for x86 & fixed point 1. Only for fixed point on x86 platform (32bit and 64bit, uses SIMD intrinsics up to SSE4.2) 2. Use "configure --enable-fixed-point --enable-intrinsics" to enable optimization, default is disabled. 3. Official test cases are verified and passed. Signed-off-by: Timothy B. Terriberry --- celt_headers.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'celt_headers.mk') diff --git a/celt_headers.mk b/celt_headers.mk index 8811e167..5bb193e2 100644 --- a/celt_headers.mk +++ b/celt_headers.mk @@ -24,6 +24,7 @@ celt/modes.h \ celt/os_support.h \ celt/pitch.h \ celt/celt_lpc.h \ +celt/x86/celt_lpc_sse.h \ celt/quant_bands.h \ celt/rate.h \ celt/stack_alloc.h \ @@ -36,4 +37,5 @@ celt/arm/fixed_armv5e.h \ celt/arm/kiss_fft_armv4.h \ celt/arm/kiss_fft_armv5e.h \ celt/arm/pitch_arm.h \ -celt/x86/pitch_sse.h +celt/x86/pitch_sse.h \ +celt/x86/x86cpu.h -- cgit v1.2.3