remap: add sse optimized mono to stereo

This commit is contained in:
Wim Taymans 2009-08-25 12:27:32 +02:00
parent 26bd0901ac
commit 509d9f04e5
4 changed files with 153 additions and 2 deletions

View file

@ -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 */