1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 00:07:05 +01:00
This commit is contained in:
nmeyer-ur
2020-04-09 16:32:31 +02:00
parent 304762e7ac
commit bd310932f7
11 changed files with 84 additions and 2694 deletions

View File

@ -30,13 +30,11 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
/* END LEGAL */
#pragma once
#if defined(A64FXINTRIN)
#pragma message("A64FX Wilson kernels intrin")
#else
#pragma message("A64FX Wilson kernels asm")
#endif
#if defined(A64FX)
// undefine everything
#include <simd/Fujitsu_A64FX_undef.h>
///////////////////////////////////////////////////////////
// If we are A64FX specialise the single precision routine
///////////////////////////////////////////////////////////
@ -46,7 +44,6 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#include <simd/Fujitsu_A64FX_asm_single.h>
#endif
/// Switch off the 5d vectorised code optimisations
#undef DWFVEC5D