This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 1d3103c1881 Daily bump. new 2da5976cf68 libstdc++: Annotate most lambdas with always_inline new a2a953d11e8 libstdc++: Fix simd build failure on clang new 1c588b53920 libstdc++: Test that integral simd reductions are precise new 74082488887 libstdc++: More efficient masked inc-/decrement implementation new 0911926f37c libstdc++: Always-inline most of non-cmath fixed_size imple [...] new 0cd11b5fd55 libstdc++: Fix formatting new 9add8ab5ecf libstdc++: Fix simd compilation with Clang new 31f957671a4 libstdc++: Fix operator% implementation for Clang new 7bb263e8870 libstdc++: Add missing trait is_simd_flag_type new a0b8b6bdd36 libstdc++: Resolve -Wunused-variable warnings in stdx::simd [...] new f2299a4b276 libstdc++: Add missing constexpr to simd_neon new ad27280442d libstdc++: Fix SFINAE for __is_intrinsic_type on ARM new 0860e7d46f7 libstdc++: Fix type of first argument to vec_cntm call new 7e289c12ce0 libstdc++: Add missing constexpr to simd
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/include/experimental/bits/simd.h | 931 +++++++++------- .../include/experimental/bits/simd_builtin.h | 1145 ++++++++++---------- .../include/experimental/bits/simd_converter.h | 22 +- .../include/experimental/bits/simd_detail.h | 6 +- .../include/experimental/bits/simd_fixed_size.h | 659 +++++------ libstdc++-v3/include/experimental/bits/simd_math.h | 52 +- libstdc++-v3/include/experimental/bits/simd_neon.h | 114 +- libstdc++-v3/include/experimental/bits/simd_ppc.h | 6 +- .../include/experimental/bits/simd_scalar.h | 356 +++--- libstdc++-v3/include/experimental/bits/simd_x86.h | 398 ++++--- .../experimental/simd/pr109261_constexpr_simd.cc | 91 ++ .../experimental/simd/tests/fpclassify.cc | 2 + .../testsuite/experimental/simd/tests/frexp.cc | 6 + .../simd/tests/ldexp_scalbn_scalbln_modf.cc | 4 +- .../testsuite/experimental/simd/tests/logarithm.cc | 4 +- .../experimental/simd/tests/reductions.cc | 3 +- .../experimental/simd/tests/trunc_ceil_floor.cc | 2 + 17 files changed, 2167 insertions(+), 1634 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr109261_constexpr_simd.cc