This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b02da5b99e tree-optimization/114057 - handle BB reduction remain defs as LIVE new 9ac3119fec8 libstdc++: add ARM SVE support to std::experimental::simd new 0ac2c0f0687 libstdc++: Fix call signature of builtins from masked ++/-- new a6c630c314b libstdc++: Add masked ++/-- implementation for sizeof < 16
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/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/experimental/bits/simd.h | 135 +- .../include/experimental/bits/simd_builtin.h | 180 +- .../include/experimental/bits/simd_converter.h | 57 +- .../include/experimental/bits/simd_detail.h | 12 +- libstdc++-v3/include/experimental/bits/simd_math.h | 15 +- libstdc++-v3/include/experimental/bits/simd_sve.h | 1852 ++++++++++++++++++++ libstdc++-v3/include/experimental/bits/simd_x86.h | 28 +- libstdc++-v3/include/experimental/simd | 3 + .../testsuite/experimental/simd/tests/bits/main.h | 3 + 11 files changed, 2174 insertions(+), 113 deletions(-) create mode 100644 libstdc++-v3/include/experimental/bits/simd_sve.h