audioconver: add avx channelmix copy function

This commit is contained in:
Wim Taymans 2026-03-20 18:23:43 +01:00
parent c02cdcb5ce
commit 9ba0c3cfd3
4 changed files with 82 additions and 0 deletions

View file

@ -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