[PATCH 07/11] libstdc++: Fix condition when AVX512F ldexp implementation is used
Matthias Kretz
m.kretz@gsi.de
Tue Jun 8 12:11:52 GMT 2021
From: Matthias Kretz <kretz@kde.org>
This improves codegen of ldexp if AVX512VL is available.
Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
libstdc++-v3/ChangeLog:
* include/experimental/bits/simd_x86.h (_S_ldexp): The AVX512F
implementation doesn't require a _VecBltnBtmsk ABI tag, it
requires either a 64-Byte input (in which case AVX512F must be
available) or AVX512VL.
---
libstdc++-v3/include/experimental/bits/simd_x86.h | 5 +++--
1 file changed, 3 insertions(+), 2 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: 0007-libstdc-Fix-condition-when-AVX512F-ldexp-implementat.patch
Type: text/x-patch
Size: 1009 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20210608/c013f667/attachment.bin>
More information about the Gcc-patches
mailing list