1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-06 04:05:55 +01:00

build problem resolved

This commit is contained in:
nmeyer-ur 2020-04-03 16:52:48 +02:00
parent b4c624ece6
commit 28d49a3b60

View File

@ -116,13 +116,13 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
#endif
*/
#ifdef GEN
#if defined A64FX // breakout A64FX SVE ACLE here
#pragma message("building for A64FX / SVE ACLE")
#define ARMCLANGHOTFIX
#include "Grid_a64fx-2.h"
#if defined(A64FX) // breakout A64FX SVE ACLE here
#pragma message("building for A64FX / SVE ACLE")
#define ARMCLANGHOTFIX
#include "Grid_a64fx-2.h"
#else
#include "Grid_generic.h"
#endif
#else
#include "Grid_generic.h"
#endif
#ifdef SSE4