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 14a16787d99 tree-optimization/114121 - wrong VN with context sensitive [...] new e6b19675fb3 libstdc++: Fix condition for supported SIMD types on ARMv8 new 0f4336c490e libstdc++: Protect against macros new 63b73f14be9 libstdc++: Replace use of incorrect non-temporal store new 4d7a770f2d1 libstdc++: Avoid vector casts while still avoiding PR90424 new a46218ab09c libstdc++: Fix call signature of builtins from masked ++/-- new 916f3b3802b libstdc++: Add masked ++/-- implementation for sizeof < 16 new 4505045dada libstdc++: Avoid ill-formed types on ARM new 22448860d7d libstdc++: Add include guard to simd-internal header new 83636ae013d libstdc++: Silence irrelevant warnings in <experimental/simd> new 6663f2a04c1 libstdc++: Fix conversion of simd to vector builtin
The 10 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: .../include/experimental/bits/numeric_traits.h | 4 + libstdc++-v3/include/experimental/bits/simd.h | 22 +++-- .../include/experimental/bits/simd_builtin.h | 55 +++++------ libstdc++-v3/include/experimental/bits/simd_x86.h | 66 +++++-------- .../experimental/simd/pr114803_vecbuiltin_cvt.cc | 105 +++++++++++++++++++++ 5 files changed, 169 insertions(+), 83 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr114803_vecbuiltin_cvt.cc