diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-09-07 17:28:19 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-09-07 17:28:19 +0200 |
commit | 723499439f575f744f07c85a42b47d95cdc98de6 (patch) | |
tree | a66f1948a4ebf92435b584e4b8db7cb45d3ff696 /src | |
parent | b5ac3839e18524524fa3e0da7ec68dbce16e8203 (diff) |
x86: also call see init for SSE2
Diffstat (limited to 'src')
-rw-r--r-- | src/pulsecore/cpu-x86.c | 2 |
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); |