This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 493a63af6cb Use delete[] in int_range destructor [PR109920] new da579188807 libstdc++: Add missing constexpr to simd
The 1 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 | 153 ++++++++++-------- .../include/experimental/bits/simd_builtin.h | 100 +++++++----- .../include/experimental/bits/simd_fixed_size.h | 177 +++++++++++---------- .../include/experimental/bits/simd_scalar.h | 78 ++++----- libstdc++-v3/include/experimental/bits/simd_x86.h | 68 +++++--- .../experimental/simd/pr109261_constexpr_simd.cc | 92 +++++++++++ 6 files changed, 418 insertions(+), 250 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr109261_constexpr_simd.cc