1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Disabled build message

This commit is contained in:
nmeyer-ur 2020-04-09 13:47:21 +02:00
parent 8fb63f1c25
commit 1ea85b9972

View File

@ -117,7 +117,7 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
*/ */
#ifdef GEN #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") //#pragma message("building for A64FX / SVE ACLE")
#define ARMCLANGHOTFIX #define ARMCLANGHOTFIX
#include "Grid_a64fx-2.h" #include "Grid_a64fx-2.h"
#else #else