mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
added more debug output
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user