This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 8d80f399a8d Daily bump. new 37abaffb933 libstdc++: Resolve -Wunused-variable warnings in stdx::simd [...] new 0f9f9c0f79a libstdc++: Fix SFINAE for __is_intrinsic_type on ARM new a51ed14784d libstdc++: Add missing constexpr to simd_neon new 0ed75609477 libstdc++: Fix type of first argument to vec_cntm call new dad9abd7daa libstdc++: Add missing constexpr to simd
The 5 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 | 204 +++++++++++++-------- .../include/experimental/bits/simd_builtin.h | 104 ++++++----- .../include/experimental/bits/simd_fixed_size.h | 177 +++++++++--------- libstdc++-v3/include/experimental/bits/simd_neon.h | 76 ++++---- libstdc++-v3/include/experimental/bits/simd_ppc.h | 3 +- .../include/experimental/bits/simd_scalar.h | 78 ++++---- libstdc++-v3/include/experimental/bits/simd_x86.h | 68 +++++-- .../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/trunc_ceil_floor.cc | 2 + 13 files changed, 516 insertions(+), 304 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr109261_constexpr_simd.cc