mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
switched to DSLASHINTRIN for A64FX Dslash intrinsics
This commit is contained in:
@ -355,7 +355,7 @@ WilsonKernels<ZDomainWallVec5dImplFH>::AsmDhopSiteDagExt(StencilView &st, Double
|
||||
// If we are A64FX specialise the double precision routine
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(A64FXINTRIN)
|
||||
#if defined(DSLASHINTRIN)
|
||||
#include <simd/Fujitsu_A64FX_intrin_double.h>
|
||||
#else
|
||||
#include <simd/Fujitsu_A64FX_asm_double.h>
|
||||
|
Reference in New Issue
Block a user