[PATCH] libstdc++: Resolve integer type mismatches in stdx::simd [PR122981]
Jonathan Wakely
jwakely@redhat.com
Tue Aug 18 08:38:38 GMT 2026
On Tue, 18 Aug 2026 at 08:51, Matthias Kretz <MatthiasKretz@gmx.net> wrote:
>
> Matthias Kretz [Tuesday, 18 August 2026, 09:46:14 CEST]:
> > […]
> > This solution avoids unnecessary reinterpretation of generic vectors as
> > ARM vectors, keeping it a tiny bit more type safe.
> >
> > libstdc++-v3/ChangeLog:
> >
>
> 🤦 I'm adding "PR libstdc++/122981"
>
> > * include/experimental/bits/simd.h (__int_for_sizeof): Return
> > int32_t, int8_t, int16_t, and int64_t, rather than int, signed
> > char, short, long, and long long.
> > […]
>
OK thanks
More information about the Libstdc++
mailing list