[PATCH 7/7] libstdc++: Fix incorrect function call in -ffast-math optimization
Matthias Kretz
m.kretz@gsi.de
Wed Feb 15 20:50:11 GMT 2023
Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
libstdc++-v3/ChangeLog:
* include/experimental/bits/simd_math.h (__hypot): Bitcasting
between scalars requires the __bit_cast helper function instead
of simd_bit_cast.
---
libstdc++-v3/include/experimental/bits/simd_math.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
──────────────────────────────────────────────────────────────────────────
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: 0007-libstdc-Fix-incorrect-function-call-in-ffast-math-op.patch
Type: text/x-patch
Size: 1051 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20230215/3dd50a4d/attachment.bin>
More information about the Gcc-patches
mailing list