mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
volume_sse: add sse optimisations
This commit is contained in:
parent
08f3e16c84
commit
7086784573
4 changed files with 440 additions and 1 deletions
|
|
@ -822,6 +822,7 @@ int main(int argc, char *argv[]) {
|
|||
pa_memtrap_install();
|
||||
|
||||
pa_volume_func_init_mmx();
|
||||
pa_volume_func_init_sse();
|
||||
|
||||
pa_assert_se(mainloop = pa_mainloop_new());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue