diff --git a/modules/dsp/NE10_fft_generic_int32.h b/modules/dsp/NE10_fft_generic_int32.h index af11c83f..e4b57fb6 100644 --- a/modules/dsp/NE10_fft_generic_int32.h +++ b/modules/dsp/NE10_fft_generic_int32.h @@ -73,7 +73,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND template inline void FFT_MUL_TW (ne10_fft_cpx_int32_t out[RADIX], const ne10_fft_cpx_int32_t in[RADIX], - const ne10_fft_cpx_int32_t tw[RADIX]); + const ne10_fft_cpx_int32_t tw[RADIX-1]); template<> inline void FFT_MUL_TW<2> (ne10_fft_cpx_int32_t out[2],