aboutsummaryrefslogtreecommitdiff
path: root/celt_sources.mk
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-06-14 01:34:14 -0400
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 13:02:27 -0400
commit31a8028e9786fd1f463e797f979feb7df3a96947 (patch)
treea9fc2f4b6e1d8b4716b7064dfb5c810cd0543294 /celt_sources.mk
parent02f352c75e0de18933fe9c495fda9dcab00f63ba (diff)
downloadlibopus-31a8028e9786fd1f463e797f979feb7df3a96947.tar.gz
AVX version of celt_pitch_xcorr()
Not used by anything yet
Diffstat (limited to 'celt_sources.mk')
-rw-r--r--celt_sources.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/celt_sources.mk b/celt_sources.mk
index d6b6765b..25d84cd2 100644
--- a/celt_sources.mk
+++ b/celt_sources.mk
@@ -33,6 +33,9 @@ CELT_SOURCES_SSE4_1 = \
celt/x86/celt_lpc_sse4_1.c \
celt/x86/pitch_sse4_1.c
+CELT_SOURCES_AVX = \
+celt/x86/pitch_avx.c
+
CELT_SOURCES_ARM_RTCD = \
celt/arm/armcpu.c \
celt/arm/arm_celt_map.c