summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-x86.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-08-26 19:30:37 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-08-27 10:44:53 +0200
commitbeb180b7bc5885313cf14d6faf854bc6b805ae11 (patch)
tree963ce7d2b59445108e375eda4b55d5b3ba3da9bb /src/pulsecore/cpu-x86.h
parent27bfb7628c709eb6802c9ec73a6feb995fda8375 (diff)
convert: add sse/sse2 s16 to float32ne conversions
Diffstat (limited to 'src/pulsecore/cpu-x86.h')
-rw-r--r--src/pulsecore/cpu-x86.h2
1 files changed, 2 insertions, 0 deletions
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 */