Commit 94847c9
fftwQuad: Mark unsupported on aarch64
https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html
https://fftw.org/fftw3_doc/Precision.html
Building fftw with quad precision requires libquadmath via gfortran. On
aarch64, libquadmath is not supported due to GCC's __float128 type not
being supported on that platform.
Co-authored-by: Sandro <[email protected]>1 parent edcff38 commit 94847c9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
0 commit comments