From f9cb6b979fb8cef493e0027519be5be367dd324c Mon Sep 17 00:00:00 2001 From: nmeyer-ur Date: Fri, 8 May 2020 12:11:01 +0200 Subject: [PATCH] corrected more typos --- Grid/simd/Grid_vector_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/simd/Grid_vector_types.h b/Grid/simd/Grid_vector_types.h index 21f50892..8d1b8704 100644 --- a/Grid/simd/Grid_vector_types.h +++ b/Grid/simd/Grid_vector_types.h @@ -123,7 +123,7 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) { #ifdef GEN #if defined(A64FX) || defined(A64FXFIXEDSIZE) // breakout A64FX SVE ACLE here #include - if defined(A64FX) // VLA + #if defined(A64FX) // VLA #pragma message("building for A64FX / SVE ACLE VLA") #if defined(ARMCLANGCOMPAT) #pragma message("applying armclang fix")