remap: add MMX mono to stereo

This commit is contained in:
Wim Taymans 2009-08-20 19:46:06 +02:00
parent e961efc130
commit 6e5dbed51e
4 changed files with 180 additions and 1 deletions

View file

@ -63,4 +63,6 @@ typedef int64_t pa_reg_x86;
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);
#endif /* foocpux86hfoo */