public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: Matthias Kretz <m.kretz@gsi.de>
Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org
Subject: Re: [PATCH] libstdc++: Use __builtin_shufflevector for simd split and concat
Date: Mon, 13 May 2024 11:43:10 +0100	[thread overview]
Message-ID: <CACb0b4mOfZ+kbJdRMHswZm+6EWfg7PDNYgr1SsJ+oMOd9yWX7Q@mail.gmail.com> (raw)
In-Reply-To: <7312653.5fSG56mABF@excalibur>

On Tue, 7 May 2024 at 14:42, Matthias Kretz <m.kretz@gsi.de> wrote:
>
> Tested on x86_64-linux-gnu and aarch64-linux-gnu and with Clang 18 on x86_64-
> linux-gnu.
>
> OK for trunk and backport(s)?

OK for all.


>
> ---------------------- 8< ----------------------------
>
> Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
>
> libstdc++-v3/ChangeLog:
>
>         PR libstdc++/114958
>         * include/experimental/bits/simd.h (__as_vector): Return scalar
>         simd as one-element vector. Return vector from single-vector
>         fixed_size simd.
>         (__vec_shuffle): New.
>         (__extract_part): Adjust return type signature.
>         (split): Use __extract_part for any split into non-fixed_size
>         simds.
>         (concat): If the return type stores a single vector, use
>         __vec_shuffle (which calls __builtin_shufflevector) to produce
>         the return value.
>         * include/experimental/bits/simd_builtin.h
>         (__shift_elements_right): Removed.
>         (__extract_part): Return single elements directly. Use
>         __vec_shuffle (which calls __builtin_shufflevector) to for all
>         non-trivial cases.
>         * include/experimental/bits/simd_fixed_size.h (__extract_part):
>         Return single elements directly.
>         * testsuite/experimental/simd/pr114958.cc: New test.
> ---
>  libstdc++-v3/include/experimental/bits/simd.h | 161 +++++++++++++-----
>  .../include/experimental/bits/simd_builtin.h  | 152 +----------------
>  .../experimental/bits/simd_fixed_size.h       |   4 +-
>  .../testsuite/experimental/simd/pr114958.cc   |  20 +++
>  4 files changed, 145 insertions(+), 192 deletions(-)
>  create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr114958.cc
>
>
> --
> ──────────────────────────────────────────────────────────────────────────
>  Dr. Matthias Kretz                           https://mattkretz.github.io
>  GSI Helmholtz Centre for Heavy Ion Research               https://gsi.de
>  stdₓ::simd
> ──────────────────────────────────────────────────────────────────────────


      reply	other threads:[~2024-05-13 10:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07 13:41 Matthias Kretz
2024-05-13 10:43 ` Jonathan Wakely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACb0b4mOfZ+kbJdRMHswZm+6EWfg7PDNYgr1SsJ+oMOd9yWX7Q@mail.gmail.com \
    --to=jwakely@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    --cc=m.kretz@gsi.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).