mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
remap: add sse optimized mono to stereo
This commit is contained in:
parent
26bd0901ac
commit
509d9f04e5
4 changed files with 153 additions and 2 deletions
|
|
@ -64,5 +64,6 @@ void pa_volume_func_init_mmx(pa_cpu_x86_flag_t flags);
|
|||
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);
|
||||
|
||||
#endif /* foocpux86hfoo */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue