summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/cpu-x86.c')
-rw-r--r--src/pulsecore/cpu-x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/cpu-x86.c b/src/pulsecore/cpu-x86.c
index 6f0cecc8..1ba9f1a4 100644
--- a/src/pulsecore/cpu-x86.c
+++ b/src/pulsecore/cpu-x86.c
@@ -118,6 +118,7 @@ void pa_cpu_init_x86 (void) {
if (flags & PA_CPU_X86_SSE) {
pa_volume_func_init_sse (flags);
pa_remap_func_init_sse (flags);
+ pa_convert_func_init_sse (flags);
}
#endif /* defined (__i386__) || defined (__amd64__) */