Re: [PATCH] libstdc++: Resolve integer type mismatches in stdx::simd [PR122981]
Jonathan Wakely <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.libstdc++.devel |
|---|---|
| Message-ID | <CACb0b4mmMtNR_Qw_H+O9eLVU0WHHoWike4TGuqP9=THn-0=3FA@mail.gmail.com> |
On Tue, 18 Aug 2026 at 08:51, Matthias Kretz <[email protected]> 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