1
0
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:
nils meyer 2020-04-09 23:30:23 +02:00
parent 19eef97503
commit dc9c8340bb

View File

@ -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>