diff --git a/Grid/simd/Grid_a64fx-2.h b/Grid/simd/Grid_a64fx-2.h index 75097b0a..1f14c21f 100644 --- a/Grid/simd/Grid_a64fx-2.h +++ b/Grid/simd/Grid_a64fx-2.h @@ -772,7 +772,7 @@ struct Rotate{ }; // ======================================================================= -// SVE ACLE reduce does not compile, check later +/* SVE ACLE reduce does not compile, check later // tree-based reduction #define svred(pg, v)\ @@ -856,11 +856,11 @@ inline Integer Reduce::operator()(veci in){ } #undef svred -// */ +*/ // ======================================================================= -/* + #define acc(v, a, off, step, n)\ for (unsigned int i = off; i < n; i += step)\ {\ @@ -931,7 +931,7 @@ inline Integer Reduce::operator()(veci in){ } #undef acc // EIGEN compatibility -*/ + NAMESPACE_END(Optimization)