1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

added more debug output

This commit is contained in:
nmeyer-ur 2020-05-08 10:29:28 +02:00
parent 3417147b11
commit 267cce66a1

View File

@ -37,6 +37,7 @@
//static_assert(GEN_SIMD_WIDTH % 64u == 0, "A64FX SIMD vector size is 64 bytes"); //static_assert(GEN_SIMD_WIDTH % 64u == 0, "A64FX SIMD vector size is 64 bytes");
#ifdef __ARM_FEATURE_SVE #ifdef __ARM_FEATURE_SVE
#pragma message("Yes, we have SVE feature")
#include <arm_sve.h> #include <arm_sve.h>
#else #else
#pragma error "Missing SVE feature" #pragma error "Missing SVE feature"