This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from a460f10796e Daily bump. new d3217028725 libstdc++: Annotate most lambdas with always_inline new 41f75cfea48 libstdc++: Fix simd build failure on clang new 88cfa080747 libstdc++: Test that integral simd reductions are precise new 4452077962d libstdc++: More efficient masked inc-/decrement implementation new c989c9196f6 libstdc++: Always-inline most of non-cmath fixed_size imple [...] new 26740dbf577 libstdc++: Fix formatting new 425637cb8f2 libstdc++: Fix simd compilation with Clang new 336c91bf7f6 libstdc++: Fix operator% implementation for Clang new 36a02f8ce38 libstdc++: Add missing trait is_simd_flag_type new 8d23bf575e1 libstdc++: Resolve -Wunused-variable warnings in stdx::simd [...] new 3acbaf1b253 libstdc++: Add missing constexpr to simd
The 11 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 | 886 ++++++++------- .../include/experimental/bits/simd_builtin.h | 1156 ++++++++++---------- .../include/experimental/bits/simd_converter.h | 22 +- .../include/experimental/bits/simd_detail.h | 6 +- .../include/experimental/bits/simd_fixed_size.h | 680 ++++++------ libstdc++-v3/include/experimental/bits/simd_math.h | 52 +- libstdc++-v3/include/experimental/bits/simd_neon.h | 38 +- libstdc++-v3/include/experimental/bits/simd_ppc.h | 3 +- .../include/experimental/bits/simd_scalar.h | 386 ++++--- libstdc++-v3/include/experimental/bits/simd_x86.h | 396 +++++-- .../experimental/simd/pr109261_constexpr_simd.cc | 92 ++ .../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, 2091 insertions(+), 1647 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr109261_constexpr_simd.cc