anthonix / ffts

The Fastest Fourier Transform in the South
http://anthonix.com/ffts
Other
536 stars 213 forks source link

Fix for size>=(1<<20) for codegen (ARM version). #3

Closed matszpk closed 11 years ago

matszpk commented 11 years ago

Fix codegen for size>=(1<<20) (ARM version).

matszpk commented 11 years ago

This fix for code generation when size>=(1<<20) (ARM version). Previous versions segfaults when size is greater (1<<19).