mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
trying to get rid of macro definition error
This commit is contained in:
parent
f9cb6b979f
commit
6f79369955
@ -36,13 +36,12 @@
|
||||
|
||||
//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"
|
||||
#endif /* __ARM_FEATURE_SVE */
|
||||
//#ifdef __ARM_FEATURE_SVE
|
||||
// #pragma message("Yes, we have SVE feature")
|
||||
// #include <arm_sve.h>
|
||||
//#else
|
||||
// #pragma error "Missing SVE feature"
|
||||
//#endif /* __ARM_FEATURE_SVE */
|
||||
|
||||
|
||||
// gcc 10 features
|
||||
|
@ -115,10 +115,6 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
|
||||
#include "Grid_generic.h"
|
||||
#endif
|
||||
*/
|
||||
// A64FX with gcc 10
|
||||
#ifdef A64FXGCC
|
||||
#include "Grid_a64fx-fixedsize.h"
|
||||
#else
|
||||
|
||||
#ifdef GEN
|
||||
#if defined(A64FX) || defined(A64FXFIXEDSIZE) // breakout A64FX SVE ACLE here
|
||||
|
Loading…
Reference in New Issue
Block a user