mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-24 09:05:54 -04:00
audioconver: add avx channelmix copy function
This commit is contained in:
parent
c02cdcb5ce
commit
9ba0c3cfd3
4 changed files with 82 additions and 0 deletions
|
|
@ -140,4 +140,8 @@ DEFINE_FUNCTION(f32_5p1_4, sse);
|
|||
DEFINE_FUNCTION(f32_7p1_4, sse);
|
||||
#endif
|
||||
|
||||
#if defined (HAVE_AVX)
|
||||
DEFINE_FUNCTION(copy, avx);
|
||||
#endif
|
||||
|
||||
#undef DEFINE_FUNCTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue