mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 00:07:05 +01:00
changes
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user