[PATCH 01/11] libstdc++: Improve copysign codegen
Matthias Kretz
m.kretz@gsi.de
Tue Jun 8 12:11:25 GMT 2021
From: Matthias Kretz <kretz@kde.org>
This also resolves a test failure on aarch64 with -ffast-math and
fixed_size<N> with large N.
Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
libstdc++-v3/ChangeLog:
* include/experimental/bits/simd.h: Add missing operator~
overload for simd<floating-point> to __float_bitwise_operators.
* include/experimental/bits/simd_builtin.h
(_SimdImplBuiltin::_S_complement): Bitcast to int (and back) to
implement complement for floating-point vectors.
* include/experimental/bits/simd_fixed_size.h
(_SimdImplFixedSize::_S_copysign): New function, forwarding to
copysign implementation of _SimdTuple members.
* include/experimental/bits/simd_math.h (copysign): Call
_SimdImpl::_S_copysign for fixed_size arguments. Simplify
generic copysign implementation using the new ~ operator.
---
libstdc++-v3/include/experimental/bits/simd.h | 6 ++++++
libstdc++-v3/include/experimental/bits/simd_builtin.h | 7 ++++++-
libstdc++-v3/include/experimental/bits/simd_fixed_size.h | 2 +-
libstdc++-v3/include/experimental/bits/simd_math.h | 4 +++-
4 files changed, 16 insertions(+), 3 deletions(-)
--
──────────────────────────────────────────────────────────────────────────
Dr. Matthias Kretz https://mattkretz.github.io
GSI Helmholtz Centre for Heavy Ion Research https://gsi.de
std::experimental::simd https://github.com/VcDevel/std-simd
──────────────────────────────────────────────────────────────────────────
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libstdc-Improve-copysign-codegen.patch
Type: text/x-patch
Size: 3375 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20210608/00186784/attachment.bin>
More information about the Libstdc++
mailing list