On Thu, 23 Feb 2023 at 08:54, Matthias Kretz via Libstdc++
<[email protected]> wrote:
>
>
>
> Whitespace changes only.
Looks like there are a few remaining spaces that could be removed
where you've joined lines, e.g.
+ { return static_cast<_Up*>( __builtin_assume_aligned(__ptr,
_S_alignment<_Tp, _Up>)); }
and
+ { return __vector_type_t<_Tp, _Np>{
static_cast<_Tp>(__gen(_SizeConstant<_I>()))...}; }
OK for trunk anyway (and the branches if you want).
>
> Signed-off-by: Matthias Kretz <[email protected]>
>
> libstdc++-v3/ChangeLog:
>
> * include/experimental/bits/simd.h: Line breaks and indenting
> fixed to follow the libstdc++ standard.
> * include/experimental/bits/simd_builtin.h: Likewise.
> * include/experimental/bits/simd_fixed_size.h: Likewise.
> * include/experimental/bits/simd_neon.h: Likewise.
> * include/experimental/bits/simd_ppc.h: Likewise.
> * include/experimental/bits/simd_scalar.h: Likewise.
> * include/experimental/bits/simd_x86.h: Likewise.
> ---
> libstdc++-v3/include/experimental/bits/simd.h | 473 ++++++------
> .../include/experimental/bits/simd_builtin.h | 692 +++++++++---------
> .../experimental/bits/simd_fixed_size.h | 228 +++---
> .../include/experimental/bits/simd_neon.h | 24 +-
> .../include/experimental/bits/simd_ppc.h | 3 +-
> .../include/experimental/bits/simd_scalar.h | 362 +++++----
> .../include/experimental/bits/simd_x86.h | 90 ++-
> 7 files changed, 942 insertions(+), 930 deletions(-)
>
>
> --
> ──────────────────────────────────────────────────────────────────────────
> Dr. Matthias Kretz https://mattkretz.github.io
> GSI Helmholtz Centre for Heavy Ion Research https://gsi.de
> stdₓ::simd
> ──────────────────────────────────────────────────────────────────────────