CMSIS-DSP: Correction to an f16 header include.

pull/19/head
Christophe Favergeon 5 years ago
parent 8bea32cc0b
commit 7bb4b16d50

@ -27,7 +27,6 @@
*/ */
#include "dsp/transform_functions.h" #include "dsp/transform_functions.h"
#include "dsp/transform_functions_f16.h"
#include "arm_common_tables.h" #include "arm_common_tables.h"
/* /*
@ -40,6 +39,10 @@
*/ */
#if !defined(__CC_ARM) && defined(ARM_FLOAT16_SUPPORTED) #if !defined(__CC_ARM) && defined(ARM_FLOAT16_SUPPORTED)
#include "dsp/transform_functions_f16.h"
void arm_bitreversal_f16( void arm_bitreversal_f16(
float16_t * pSrc, float16_t * pSrc,
uint16_t fftSize, uint16_t fftSize,

Loading…
Cancel
Save