mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 19:55:56 +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");
|
||||
|
||||
#ifdef __ARM_FEATURE_SVE
|
||||
#pragma message("Yes, we have SVE feature")
|
||||
#include <arm_sve.h>
|
||||
#else
|
||||
#pragma error "Missing SVE feature"
|
||||
|
Loading…
x
Reference in New Issue
Block a user