mborgerding / kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
Other
1.39k stars 278 forks source link

Add member vector in kissfft class as a buffer #6

Closed lhprojects closed 5 years ago

lhprojects commented 5 years ago

Add a member vector in kissfft class as a buffer. It will fix the building error for the compilers (e.g VC++) that don't support dynamic array in the stack.

mborgerding commented 5 years ago

Looks good. Closes #3

fake-name commented 5 years ago

Did you forget to merge this? I'm still seeing the issue it fixes (https://github.com/mborgerding/kissfft/issues/16)

mborgerding commented 5 years ago

Indeed. Thanks for figuring that out.