summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-x86.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-08-25 12:27:32 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-08-27 10:44:52 +0200
commit509d9f04e56258e8bcb59b0bb42e84053ba6021c (patch)
tree2c88f55bb5ba77d98bdb07c9968ae092123f9209 /src/pulsecore/cpu-x86.h
parent26bd0901ac02cff3a40c36f711c65c28e00806dc (diff)
remap: add sse optimized mono to stereo
Diffstat (limited to 'src/pulsecore/cpu-x86.h')
-rw-r--r--src/pulsecore/cpu-x86.h1
1 files changed, 1 insertions, 0 deletions
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 */