[PATCH] libstdc++: Ensure the test compiles without AVX512
Andrea Pinski
andrew.pinski@oss.qualcomm.com
Thu Aug 20 19:28:06 GMT 2026
On Thu, Aug 20, 2026 at 2:57 AM Matthias Kretz <MatthiasKretz@gmx.net> wrote:
>
> Matthias Kretz [Tuesday, 18 August 2026, 10:15:15 CEST]:
> > Andrea Pinski [Tuesday, 18 August 2026, 10:10:37 CEST]:
> > > On Tue, Aug 18, 2026 at 1:06 AM Matthias Kretz wrote:
> > > > --- a/libstdc++-v3/testsuite/experimental/simd/pr114958.cc
> > > > +++ b/libstdc++-v3/testsuite/experimental/simd/pr114958.cc
> > > > @@ -1,7 +1,7 @@
> > > >
> > > > // { dg-options "-std=c++17" }
> > > > // { dg-do compile { target x86_64-*-* } }
> > >
> > > This should be `{ target { x86_64-*-* i?86-*-* } && ! ia32 }`
> > > Or does this not work for x32? Though I wonder if this works for -m32
> > > too.\
> >
> > It does work for -m32. And I would assume it also works for x32 (I don't
> > have x32 set up anymore).
>
> So, this should be `{ target { x86_64-*-* i?86-*-* } }`, right?
Yes.
>
>
More information about the Libstdc++
mailing list