public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Make std::experimental::simd (more) usable with Clang
@ 2023-03-21  9:22 Matthias Kretz
  2023-03-21  9:23 ` [PATCH 1/2] libstdc++: Fix simd test compilation " Matthias Kretz
  2023-03-21  9:23 ` [PATCH 2/2] libstdc++: Fix simd " Matthias Kretz
  0 siblings, 2 replies; 6+ messages in thread
From: Matthias Kretz @ 2023-03-21  9:22 UTC (permalink / raw)
  To: gcc-patches, libstdc++

Up to now, compiling std::experimental::simd with Clang would lead to wrong 
code, not compiling, or ICEs. After these patches I hope it's only ICEs.

Tested on x86_64-pc-linux-gnu.

Matthias Kretz (2):
  libstdc++: Fix simd test compilation with Clang
  libstdc++: Fix simd compilation with Clang

 .../include/experimental/bits/simd_detail.h   |  2 +-
 .../include/experimental/bits/simd_x86.h      | 59 +++++++++++++++++--
 .../experimental/simd/tests/operators.cc      |  9 ++-
 3 files changed, 64 insertions(+), 6 deletions(-)

-- 
──────────────────────────────────────────────────────────────────────────
 Dr. Matthias Kretz                           https://mattkretz.github.io
 GSI Helmholtz Centre for Heavy Ion Research               https://gsi.de
 stdₓ::simd
──────────────────────────────────────────────────────────────────────────


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-21 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21  9:22 [PATCH 0/2] Make std::experimental::simd (more) usable with Clang Matthias Kretz
2023-03-21  9:23 ` [PATCH 1/2] libstdc++: Fix simd test compilation " Matthias Kretz
2023-03-21 11:16   ` Jonathan Wakely
2023-03-21  9:23 ` [PATCH 2/2] libstdc++: Fix simd " Matthias Kretz
2023-03-21 11:19   ` Jonathan Wakely
2023-03-21 17:01     ` [committed] " Matthias Kretz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).