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:
parent
3417147b11
commit
267cce66a1
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user