From 509d9f04e56258e8bcb59b0bb42e84053ba6021c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 25 Aug 2009 12:27:32 +0200 Subject: remap: add sse optimized mono to stereo --- src/pulsecore/cpu-x86.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/cpu-x86.h') diff --git a/src/pulsecore/cpu-x86.h b/src/pulsecore/cpu-x86.h index b11ef6ea..b67555b9 100644 --- a/src/pulsecore/cpu-x86.h +++ b/src/pulsecore/cpu-x86.h @@ -64,5 +64,6 @@ void pa_volume_func_init_mmx(pa_cpu_x86_flag_t flags); void pa_volume_func_init_sse(pa_cpu_x86_flag_t flags); void pa_remap_func_init_mmx(pa_cpu_x86_flag_t flags); +void pa_remap_func_init_sse(pa_cpu_x86_flag_t flags); #endif /* foocpux86hfoo */ -- cgit From beb180b7bc5885313cf14d6faf854bc6b805ae11 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 26 Aug 2009 19:30:37 +0200 Subject: convert: add sse/sse2 s16 to float32ne conversions --- src/pulsecore/cpu-x86.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/cpu-x86.h') diff --git a/src/pulsecore/cpu-x86.h b/src/pulsecore/cpu-x86.h index b67555b9..b40eb5ce 100644 --- a/src/pulsecore/cpu-x86.h +++ b/src/pulsecore/cpu-x86.h @@ -66,4 +66,6 @@ void pa_volume_func_init_sse(pa_cpu_x86_flag_t flags); void pa_remap_func_init_mmx(pa_cpu_x86_flag_t flags); void pa_remap_func_init_sse(pa_cpu_x86_flag_t flags); +void pa_convert_func_init_sse (pa_cpu_x86_flag_t flags); + #endif /* foocpux86hfoo */ -- cgit