mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -66,4 +66,6 @@ void pa_volume_func_init_sse(pa_cpu_x86_flag_t flags);
|
|||
void pa_remap_func_init_mmx(pa_cpu_x86_flag_t flags);
|
||||
void pa_remap_func_init_sse(pa_cpu_x86_flag_t flags);
|
||||
|
||||
void pa_convert_func_init_sse (pa_cpu_x86_flag_t flags);
|
||||
|
||||
#endif /* foocpux86hfoo */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue