1
0
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:
nmeyer-ur 2020-05-08 12:19:24 +02:00
parent f9cb6b979f
commit 6f79369955
2 changed files with 6 additions and 11 deletions

View File

@ -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

View File

@ -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