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 7813d94393f c: Fix up pointer types to may_alias structures [PR114493] new 26113c27806 libstdc++: Use __builtin_shufflevector for simd split and concat new 0efc27068e5 libstdc++: Avoid MMX return types from __builtin_shufflevector new ef2169090d0 libstdc++: Fix simd<char> conversion for -fno-signed-char f [...]
The 3 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 | 223 +++++++++++++++------ .../include/experimental/bits/simd_builtin.h | 152 +------------- .../include/experimental/bits/simd_fixed_size.h | 4 +- .../testsuite/experimental/simd/pr114958.cc | 20 ++ 4 files changed, 189 insertions(+), 210 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr114958.cc