A Fast Fourier Transform library
Go to file
Trent Piepho f8340f3728 Enable NEON on aarch64
The original reason NEON was disabled was lack of runtime detection.  It
should be runtime detected on Linux.

NEON is also required for ARMv8, so it's reasonable to expect every
aarch64 host to have it.  FFTW should still work without NEON, but I
don't know of any aarch64 CPU without it to test this on.

Signed-off-by: Trent Piepho <tpiepho@gmail.com>
2023-03-27 11:11:29 -07:00
.gitignore Upgrade to fftw-3.3.10 2021-12-20 12:04:55 -05:00
fftw.spec Enable NEON on aarch64 2023-03-27 11:11:29 -07:00
sources Upgrade to fftw-3.3.10 2021-12-20 12:04:55 -05:00