mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01: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");
|
//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")
|
||||||
#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"
|
//#endif /* __ARM_FEATURE_SVE */
|
||||||
#endif /* __ARM_FEATURE_SVE */
|
|
||||||
|
|
||||||
|
|
||||||
// gcc 10 features
|
// gcc 10 features
|
||||||
|
@ -115,10 +115,6 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
|
|||||||
#include "Grid_generic.h"
|
#include "Grid_generic.h"
|
||||||
#endif
|
#endif
|
||||||
*/
|
*/
|
||||||
// A64FX with gcc 10
|
|
||||||
#ifdef A64FXGCC
|
|
||||||
#include "Grid_a64fx-fixedsize.h"
|
|
||||||
#else
|
|
||||||
|
|
||||||
#ifdef GEN
|
#ifdef GEN
|
||||||
#if defined(A64FX) || defined(A64FXFIXEDSIZE) // breakout A64FX SVE ACLE here
|
#if defined(A64FX) || defined(A64FXFIXEDSIZE) // breakout A64FX SVE ACLE here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user