issues
search
anthonix
/
ffts
The Fastest Fourier Transform in the South
http://anthonix.com/ffts
Other
536
stars
213
forks
source link
Ensure aligned_alloc is in 32 byte chunks
#84
Open
8W9aG
opened
3 years ago
8W9aG
commented
3 years ago
The C++ standard does not define what happens if the size is not a multiple of the integral
In macOS Big Sur this results in a NULL output
This makes it impossible to use ffts_init_1d_real on this platform due to the size passed never being an integral of 32