anthonix / ffts

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

Build fails on x86_64 without --enable-sse #57

Open marcusmueller opened 7 years ago

marcusmueller commented 7 years ago

simply because ffts.c includes macros.h, which, without any of the accelerator headers, doesn't have a way to know what type V should be.

This is either a bug or should be specified in the README.