public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/8] std::experimental::simd patchset
@ 2023-02-23  8:48 Matthias Kretz
  2023-02-23  8:49 ` [PATCH 1/8] libstdc++: Simplify three helper functions into one Matthias Kretz
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Matthias Kretz @ 2023-02-23  8:48 UTC (permalink / raw)
  To: gcc-patches, libstdc++

Tested on x86_64-pc-linux.

This patchset provides the final changes for PR108030 and resolves 
PR108856. The latter is a pure optimization and could wait for Stage 1 (I'm 
submitting the patch because simd is experimental/TS)

Matthias Kretz (8):
  libstdc++: Simplify three helper functions into one
  libstdc++: Fix simd build failure on clang
  libstdc++: More efficient masked inc-/decrement implementation
  libstdc++: Add missing constexpr on simd shift implementation
  libstdc++: Always-inline most of non-cmath fixed_size implementation
  libstdc++: Fix formatting
  libstdc++: Fix -Wsign-compare issue
  libstdc++: Test that integral simd reductions are precise

 libstdc++-v3/include/experimental/bits/simd.h | 485 ++++++------
 .../include/experimental/bits/simd_builtin.h  | 721 +++++++++---------
 .../include/experimental/bits/simd_detail.h   |   3 +-
 .../experimental/bits/simd_fixed_size.h       | 286 ++++---
 .../include/experimental/bits/simd_neon.h     |  24 +-
 .../include/experimental/bits/simd_ppc.h      |   3 +-
 .../include/experimental/bits/simd_scalar.h   | 362 +++++----
 .../include/experimental/bits/simd_x86.h      | 158 ++--
 .../experimental/simd/tests/reductions.cc     |   3 +-
 9 files changed, 1075 insertions(+), 970 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] 19+ messages in thread

end of thread, other threads:[~2023-02-24 18:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23  8:48 [PATCH 0/8] std::experimental::simd patchset Matthias Kretz
2023-02-23  8:49 ` [PATCH 1/8] libstdc++: Simplify three helper functions into one Matthias Kretz
2023-02-23 11:05   ` Jonathan Wakely
2023-02-23  8:49 ` [PATCH 2/8] libstdc++: Fix simd build failure on clang Matthias Kretz
2023-02-23 11:06   ` Jonathan Wakely
2023-02-23  8:49 ` [PATCH 3/8] libstdc++: More efficient masked inc-/decrement implementation Matthias Kretz
2023-02-24 17:12   ` Jonathan Wakely
2023-02-23  8:49 ` [PATCH 4/8] libstdc++: Add missing constexpr on simd shift implementation Matthias Kretz
2023-02-23 11:07   ` Jonathan Wakely
2023-02-23 11:33     ` Matthias Kretz
2023-02-23  8:49 ` [PATCH 5/8] libstdc++: Always-inline most of non-cmath fixed_size implementation Matthias Kretz
2023-02-24 17:10   ` Jonathan Wakely
2023-02-23  8:50 ` [PATCH 6/8] libstdc++: Fix formatting Matthias Kretz
2023-02-24 17:14   ` Jonathan Wakely
2023-02-24 18:44     ` Matthias Kretz
2023-02-23  8:50 ` [PATCH 7/8] libstdc++: Fix -Wsign-compare issue Matthias Kretz
2023-02-23 11:07   ` Jonathan Wakely
2023-02-23  8:50 ` [PATCH 8/8] libstdc++: Test that integral simd reductions are precise Matthias Kretz
2023-02-23 11:08   ` Jonathan Wakely

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).