mdct: Add neon implementation of FFT

This commit is contained in:
Antoine SOULIER
2022-05-10 13:56:39 +02:00
parent c4f48f2618
commit f182fe7e0d
6 changed files with 624 additions and 67 deletions

View File

@@ -17,6 +17,7 @@
test_neon_src += \
$(TEST_DIR)/neon/test_neon.c \
$(TEST_DIR)/neon/ltpf_neon.c \
$(TEST_DIR)/neon/mdct_neon.c \
$(SRC_DIR)/tables.c
test_neon_include += $(SRC_DIR)