X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/0e096632c53b746b9f4b4c0249d9e5a18c1c543d..0ad2d55cbe86d13d5cd355f2b5d59360d681ccc2:/src/pulsecore/cpu-x86.h diff --git a/src/pulsecore/cpu-x86.h b/src/pulsecore/cpu-x86.h index f3f9e56e..f6484c59 100644 --- a/src/pulsecore/cpu-x86.h +++ b/src/pulsecore/cpu-x86.h @@ -64,5 +64,8 @@ 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); + +void pa_convert_func_init_sse (pa_cpu_x86_flag_t flags); #endif /* foocpux86hfoo */