Hi,
When uploading a new version of yorick-ynfft (1.0.4-2), the tests failed on
mips64el and s390x due to SIGFPE when running the tests. After investigation,
it appears that nfft_precompute_psi triggers this signal when compiled with
-O2 or -O3, but not when compiled with -O0 or -O1.
The previous version of yorick-ynfft is also affected, so this comes from an
outside change, possibly nfft but also possibly GCC.
Note that Yorick specifically sets the floating point environment to catch such
exceptions that are normally ingored. Also note that I will very likely work
around this issue in an upcoming version of yorick-ynfft, by disabling
exception trapping during this call.
Cheers, Thibaut.