From: Wim Taymans Date: Mon, 7 Sep 2009 15:28:19 +0000 (+0200) Subject: x86: also call see init for SSE2 X-Git-Tag: v0.9.16~31^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=723499439f575f744f07c85a42b47d95cdc98de6;p=platform%2Fupstream%2Fpulseaudio.git x86: also call see init for SSE2 --- diff --git a/src/pulsecore/cpu-x86.c b/src/pulsecore/cpu-x86.c index 1ba9f1a..f194a60 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);