This results in a slightly smaller overall FFT function
when the compiler inlines the stage/merge functions,
when it might not otherwise.
This also resolves the GCC warnings:
warning: no previous declaration for 'merge_rfft_f16' [-Wmissing-declarations]
warning: no previous declaration for 'merge_rfft_f32' [-Wmissing-declarations]
warning: no previous declaration for 'merge_rfft_f64' [-Wmissing-declarations]
warning: no previous declaration for 'stage_rfft_f16' [-Wmissing-declarations]
warning: no previous declaration for 'stage_rfft_f32' [-Wmissing-declarations]
warning: no previous declaration for 'stage_rfft_f64' [-Wmissing-declarations]
- new version V1.5.5
- reworked DSP library source files
added macro ARM_MATH_LOOPUNROLL
removed macro UNALIGNED_SUPPORT_DISABLE
relpaced arm_bitreversal2.S with C version
added const-correctness
replaced SIMD pointer construct with memcpy solution
- reworked DSP library documentation
- moved DSP libraries to folder ./DSP/Lib
- ARM DSP Libraries are built with ARMCLANG
- Added DSP Libraries Source variant