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:
@ -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>
|
||||
|
@ -34,6 +34,8 @@
|
||||
#define DIR7_RECON TP_RECON_ACCUM
|
||||
#endif
|
||||
|
||||
#pragma message("this should not happen")
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Comms then compute kernel
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user