1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 14:10:46 +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,14 +116,14 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
#endif
*/
#ifdef GEN
#if defined A64FX // breakout A64FX SVE ACLE here
#if defined(A64FX) // breakout A64FX SVE ACLE here
#pragma message("building for A64FX / SVE ACLE")
#define ARMCLANGHOTFIX
#include "Grid_a64fx-2.h"
#endif
#else
#include "Grid_generic.h"
#endif
#endif
#ifdef SSE4
#include "Grid_sse4.h"