This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2dd68cddbc7 Avoid default-initializing auto_vec<T, N> storage, fix vec< [...] new 6ce55180d49 libstdc++: More efficient masked inc-/decrement implementation new e37b04328ae libstdc++: Always-inline most of non-cmath fixed_size imple [...] new b31186e589c libstdc++: Fix formatting
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 | 473 +++++++------- .../include/experimental/bits/simd_builtin.h | 719 ++++++++++----------- .../include/experimental/bits/simd_fixed_size.h | 286 ++++---- libstdc++-v3/include/experimental/bits/simd_neon.h | 24 +- libstdc++-v3/include/experimental/bits/simd_ppc.h | 3 +- .../include/experimental/bits/simd_scalar.h | 362 ++++++----- libstdc++-v3/include/experimental/bits/simd_x86.h | 150 +++-- 7 files changed, 1060 insertions(+), 957 deletions(-)