mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
switched to DSLASHINTRIN for A64FX Dslash intrinsics
This commit is contained in:
parent
19eef97503
commit
dc9c8340bb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user