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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/cpu-x86.c b/src/pulsecore/cpu-x86.c
index 1ba9f1a4..f194a608 100644
--- a/src/pulsecore/cpu-x86.c
+++ b/src/pulsecore/cpu-x86.c
@@ -115,7 +115,7 @@ void pa_cpu_init_x86 (void) {
pa_remap_func_init_mmx (flags);
}
- if (flags & PA_CPU_X86_SSE) {
+ if (flags & (PA_CPU_X86_SSE | PA_CPU_X86_SSE2)) {
pa_volume_func_init_sse (flags);
pa_remap_func_init_sse (flags);
pa_convert_func_init_sse (flags);