mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
volume: add first mmx optimized function
Add code for an mmx optimized version of s16ne volume scaling. Install the custom function.
This commit is contained in:
parent
2d73f13567
commit
3a0b012ee0
4 changed files with 428 additions and 0 deletions
|
|
@ -821,6 +821,8 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
pa_memtrap_install();
|
||||
|
||||
pa_volume_func_init_mmx();
|
||||
|
||||
pa_assert_se(mainloop = pa_mainloop_new());
|
||||
|
||||
if (!(c = pa_core_new(pa_mainloop_get_api(mainloop), !conf->disable_shm, conf->shm_size))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue