[PATCH v3] libstdc++: std::simd for C++26
Tomasz Kaminski
tkaminsk@redhat.com
Mon Feb 9 10:47:59 GMT 2026
On Mon, Feb 9, 2026 at 11:38 AM Matthias Kretz <MatthiasKretz@gmx.net>
wrote:
> clang-tidy "complained" about several "magic numbers" in the code. I have
> a
> patch to resolve some of these.
>
Where exactly does it complain? Can you use __int_traits::width instead
(see <bit> header).
>
> However, I would like to use __LONG_LONG_WIDTH__. But Clang only defines
> __LLONG_WIDTH__. Should I introduce a __GLIBCXX_LLONG_WIDTH?
>
> - Matthias
>
> --
> ──────────────────────────────────────────────────────────────────────────
> Dr. Matthias Kretz https://mattkretz.github.io
> GSI Helmholtz Center for Heavy Ion Research https://gsi.de
> std::simd
> ──────────────────────────────────────────────────────────────────────────
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20260209/c5d85d89/attachment.htm>
More information about the Libstdc++
mailing list