Nice work on the project.
I compiled the library and wanted to benchmark using fft_furer1.cpp over vectors of size >= 2^16.
I'm getting an error when the check is performed. Any idea what the problem could be?
Thanks,
Dan
My .config_furer:
8
180143985094819841
3
2485986994308513793
5
$ ./FFT_test_exe 1 32768
1-D FFTs (sec): 0.006723
pass.
$ ./FFT_test_exe 1 65536
1-D FFTs (sec): 0.003044
error in index 32769!
$ ./FFT_test_exe 1 1048576
1-D FFTs (sec): 0.043169
error in index 2049!