https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108030

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Matthias Kretz <mkr...@gcc.gnu.org>:

https://gcc.gnu.org/g:53b55701aed6896f456cdec7997ac6bbef1d6074

commit r13-6090-g53b55701aed6896f456cdec7997ac6bbef1d6074
Author: Matthias Kretz <m.kr...@gsi.de>
Date:   Sat Jan 14 17:07:59 2023 +0100

    libstdc++: Annotate most lambdas with always_inline

    All of the annotated lambdas are simply a necessary means for
    implementing these functions and should never result in an actual
    function call. Many of these lambdas would go away if C++ had better
    language support for packs.

    Signed-off-by: Matthias Kretz <m.kr...@gsi.de>

    libstdc++-v3/ChangeLog:

            PR libstdc++/108030
            * include/experimental/bits/simd_detail.h: Define
            _GLIBCXX_SIMD_ALWAYS_INLINE_LAMBDA.
            * include/experimental/bits/simd.h: Annotate lambdas with
            _GLIBCXX_SIMD_ALWAYS_INLINE_LAMBDA.
            * include/experimental/bits/simd_builtin.h: Ditto.
            * include/experimental/bits/simd_converter.h: Ditto.
            * include/experimental/bits/simd_fixed_size.h: Ditto.
            * include/experimental/bits/simd_math.h: Ditto.
            * include/experimental/bits/simd_neon.h: Ditto.
            * include/experimental/bits/simd_x86.h: Ditto.

Reply via email to