This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 48400d6c95c Objective-C, NeXT, v2: Correct a regression in code-gen. new fdd2a21a53f libstdc++: Protect against macros new db0c654ae68 libstdc++: Replace use of incorrect non-temporal store new 4190a95cb83 libstdc++: Avoid vector casts while still avoiding PR90424 new f0b7583dab5 libstdc++: Fix call signature of builtins from masked ++/-- new dcd598817c1 libstdc++: Add masked ++/-- implementation for sizeof < 16 new fb2f4a191cc libstdc++: Avoid ill-formed types on ARM new ef919c8c6d5 libstdc++: Add include guard to simd-internal header new 6679ea120ee libstdc++: Silence irrelevant warnings in <experimental/simd> new 9e3663ba96d libstdc++: Fix conversion of simd to vector builtin
The 9 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 | 16 +++- .../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, 165 insertions(+), 81 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr114803_vecbuiltin_cvt.cc