From 3c4824b28f6e2835f3e6698194b4f258510ae346 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Wed, 25 Sep 2019 14:20:47 +0200 Subject: [PATCH] CMSIS-DSP: Corrected wrong table in fft.cmake --- Source/fft.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/fft.cmake b/Source/fft.cmake index ddaade1c..cbf7face 100644 --- a/Source/fft.cmake +++ b/Source/fft.cmake @@ -224,7 +224,7 @@ if (CONFIGTABLE AND RFFT_F32_32) endif() if (CONFIGTABLE AND RFFT_F32_64) - target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_REALCOEF_Q31) + target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_REALCOEF_F32) # For cfft_radix4_init target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREV_1024) target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_TWIDDLECOEF_F32_4096)