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

testing gcc 10.0.1: build errors in Exchange1 using -DA64FX and in Lattice_base.h building Dslash only

This commit is contained in:
nils meyer
2020-04-19 01:25:40 +02:00
parent 6fdce60492
commit 64b72fc17f
11 changed files with 53 additions and 37 deletions

View File

@ -32,7 +32,12 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#if defined(A64FXASM)
#pragma message("invoking A64FX Dslash")
// include here if A64FX was not defined
#ifndef A64FX
#include <arm_sve.h>
#endif
#pragma message("specialize A64FX Dslash")
// undefine everything
#include <simd/Fujitsu_A64FX_undef.h>

View File

@ -34,6 +34,8 @@
#define DIR7_RECON TP_RECON_ACCUM
#endif
#pragma message("this should not happen")
////////////////////////////////////////////////////////////////////////////////
// Comms then compute kernel
////////////////////////////////////////////////////////////////////////////////