mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
x86: also call see init for SSE2
This commit is contained in:
parent
b5ac3839e1
commit
723499439f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue