Add non-power-of-2 support for floating point CFFT
Pre-release
Pre-release
Radix-3 and radix-5 are supported for floating point CFFT
- C version supports almost all size of FFT
- NEON version supports radix {2, 3, 4, 5}, but size of FFT has to be multiple of 4
- c++ toolchain is required to build this library but all API remain pure C
- gcc 4.8 or higher is required to build module DSP, while gcc 4.9.3 or later is recommended