tests: Factor out Orc test code into cpu-test

Reorganises all the svolume core test code in cpu-test since it's the
same across MMX/SSE/etc.
This commit is contained in:
Arun Raghavan 2012-07-24 14:37:54 +05:30
parent c2f7987f09
commit b6f2ccf194
4 changed files with 93 additions and 219 deletions

View file

@ -26,7 +26,7 @@
/* Orc-optimised bits */
void pa_cpu_init_orc(pa_cpu_info cpu_info);
pa_bool_t pa_cpu_init_orc(pa_cpu_info cpu_info);
void pa_volume_func_init_orc(void);