From 267cce66a193bdf3752c6954d6d742749d951d95 Mon Sep 17 00:00:00 2001 From: nmeyer-ur Date: Fri, 8 May 2020 10:29:28 +0200 Subject: [PATCH] added more debug output --- Grid/simd/Grid_a64fx-fixedsize.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Grid/simd/Grid_a64fx-fixedsize.h b/Grid/simd/Grid_a64fx-fixedsize.h index 7cfea2b3..73848aab 100644 --- a/Grid/simd/Grid_a64fx-fixedsize.h +++ b/Grid/simd/Grid_a64fx-fixedsize.h @@ -37,6 +37,7 @@ //static_assert(GEN_SIMD_WIDTH % 64u == 0, "A64FX SIMD vector size is 64 bytes"); #ifdef __ARM_FEATURE_SVE + #pragma message("Yes, we have SVE feature") #include #else #pragma error "Missing SVE feature"