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 4/7] libstdc++: Use a PCH to speed up check-simd
Date: Thu, 16 Feb 2023 14:13:35 +0000	[thread overview]
Message-ID: <CACb0b4=4uhrK1FYRbwsU2QjDP2VHR4Kr3nbxp53UURYJO67A8g@mail.gmail.com> (raw)
In-Reply-To: <22986674.6Emhk5qWAg@minbar>

On Wed, 15 Feb 2023 at 20:54, Matthias Kretz via Libstdc++
<libstdc++@gcc.gnu.org> wrote:
>
>
> Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
>
> libstdc++-v3/ChangeLog:
>
>         * testsuite/experimental/simd/generate_makefile.sh: Generate and
>         pre-compile pch.h, which includes all headers that do not depend
>         on command-line macros.
>         * testsuite/experimental/simd/tests/bits/conversions.h: Add
>         include guard.
>         (genHalfBits): Simplify.
>         * testsuite/experimental/simd/tests/bits/make_vec.h: Add include
>         guard.
>         (make_alternating_mask): Moved from mask_loadstore.
>         * testsuite/experimental/simd/tests/bits/mathreference.h: Add
>         include guard.
>         * testsuite/experimental/simd/tests/bits/test_values.h: Ditto.
>         * testsuite/experimental/simd/tests/mask_loadstore.cc
>         (make_mask, make_alternating_mask): Removed.
>         * testsuite/experimental/simd/tests/mask_reductions.cc: Ditto.
>         * testsuite/experimental/simd/tests/operators.cc (genHalfBits):
>         Removed.
>         * testsuite/experimental/simd/tests/abs.cc: Only include
>         bits/main.h.
>         * testsuite/experimental/simd/tests/algorithms.cc: Ditto.
>         * testsuite/experimental/simd/tests/broadcast.cc: Ditto.
>         * testsuite/experimental/simd/tests/casts.cc: Ditto.
>         * testsuite/experimental/simd/tests/fpclassify.cc: Ditto.
>         * testsuite/experimental/simd/tests/frexp.cc: Ditto.
>         * testsuite/experimental/simd/tests/generator.cc: Ditto.
>         * testsuite/experimental/simd/tests/hypot3_fma.cc: Ditto.
>         * testsuite/experimental/simd/tests/integer_operators.cc: Ditto.
>         * testsuite/experimental/simd/tests/ldexp_scalbn_scalbln_modf.cc:
>         Ditto.
>         * testsuite/experimental/simd/tests/loadstore.cc: Ditto.
>         * testsuite/experimental/simd/tests/logarithm.cc: Ditto.
>         * testsuite/experimental/simd/tests/mask_broadcast.cc: Ditto.
>         * testsuite/experimental/simd/tests/mask_implicit_cvt.cc: Ditto.
>         * testsuite/experimental/simd/tests/mask_operator_cvt.cc: Ditto.
>         * testsuite/experimental/simd/tests/mask_operators.cc: Ditto.
>         * testsuite/experimental/simd/tests/math_1arg.cc: Ditto.
>         * testsuite/experimental/simd/tests/math_2arg.cc: Ditto.
>         * testsuite/experimental/simd/tests/operator_cvt.cc: Ditto.
>         * testsuite/experimental/simd/tests/reductions.cc: Ditto.
>         * testsuite/experimental/simd/tests/remqo.cc: Ditto.
>         * testsuite/experimental/simd/tests/sincos.cc: Ditto.
>         * testsuite/experimental/simd/tests/split_concat.cc: Ditto.
>         * testsuite/experimental/simd/tests/trigonometric.cc: Ditto.
>         * testsuite/experimental/simd/tests/trunc_ceil_floor.cc: Ditto.
>         * testsuite/experimental/simd/tests/where.cc: Ditto.

OK for trunk (for now, probably fine to backport at some point too).


  reply	other threads:[~2023-02-16 14:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 20:48 [PATCH 0/7] Work on PR108030 and several simd bugfixes and testsuite improvements Matthias Kretz
2023-02-15 20:49 ` [PATCH 1/7] libstdc++: Ensure __builtin_constant_p isn't lost on the way Matthias Kretz
2023-02-15 23:20   ` Jonathan Wakely
2023-02-15 20:49 ` [PATCH 2/7] libstdc++: Annotate most lambdas with always_inline Matthias Kretz
2023-02-16 14:10   ` Jonathan Wakely
2023-02-15 20:49 ` [PATCH 3/7] libstdc++: Document timeout and timeout-factor of simd tests Matthias Kretz
2023-02-15 23:17   ` Jonathan Wakely
2023-02-15 20:49 ` [PATCH 4/7] libstdc++: Use a PCH to speed up check-simd Matthias Kretz
2023-02-16 14:13   ` Jonathan Wakely [this message]
2023-02-15 20:50 ` [PATCH 5/7] libstdc++: printf format string fix in testsuite Matthias Kretz
2023-02-15 23:16   ` Jonathan Wakely
2023-02-15 20:50 ` [PATCH 6/7] libstdc++: Fix incorrect __builtin_is_constant_evaluated calls Matthias Kretz
2023-02-15 23:21   ` Jonathan Wakely
2023-02-15 20:50 ` [PATCH 7/7] libstdc++: Fix incorrect function call in -ffast-math optimization Matthias Kretz
2023-02-15 23:19   ` Jonathan Wakely

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='CACb0b4=4uhrK1FYRbwsU2QjDP2VHR4Kr3nbxp53UURYJO67A8g@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).