mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
convert: add sse/sse2 s16 to float32ne conversions
This commit is contained in:
parent
27bfb7628c
commit
beb180b7bc
4 changed files with 239 additions and 0 deletions
|
|
@ -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__) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue