projectNe10/Ne10

why does ne10_fft_c2c_1d_float32 cause a crash when the data length N is 15 or 18, but 13 and 14 will be ok?

Opened this issue · 1 comments

when I set data length is 15 or 17, then it has segmentation fault, but N is 13 or 14 is OK。

This function ne10_fft_c2c_1d_float32 is design when the length N is a multiple for 4. For length = 13, 14, 15, 18, you can use the C implementation ne10_fft_c2c_1d_float32_c.