[PATCH] libstdc++: Don't fail if math_errhandling is not defined
Matthias Kretz
m.kretz@gsi.de
Mon Jan 17 10:21:41 GMT 2022
Tested on x86_64-linux and powerpc64le-linux. This fixes the powerpc64le-linux
failure Jonathan reported. OK for trunk?
Older glibc does not define math_errhandling with -ffast-math, in which
case floating-point exceptions are not used.
Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
libstdc++-v3/ChangeLog:
* include/experimental/bits/simd.h (__floating_point_flags): Do
not rely on the presence of the math_errhandling macro.
---
libstdc++-v3/include/experimental/bits/simd.h | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
--
──────────────────────────────────────────────────────────────────────────
Dr. Matthias Kretz https://mattkretz.github.io
GSI Helmholtz Centre for Heavy Ion Research https://gsi.de
stdₓ::simd
──────────────────────────────────────────────────────────────────────────
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libstdc-Don-t-fail-if-math_errhandling-is-not-define.patch
Type: text/x-patch
Size: 790 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20220117/c3806aba/attachment.bin>
More information about the Libstdc++
mailing list