1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Assembler files

This commit is contained in:
paboyle 2015-11-06 03:48:48 -08:00
parent a2ff068e29
commit d29b4c1dee

View File

@ -1,4 +1,6 @@
#include <Grid.h> #include <Grid.h>
#if defined(AVX512) || defined (IMCI)
#include <simd/Avx512Asm.h> #include <simd/Avx512Asm.h>
#undef VLOAD #undef VLOAD
@ -312,3 +314,4 @@ void WilsonKernels<Impl >::DiracOptAsmDhopSite(CartesianStencil &st,DoubledGauge
template class WilsonKernels<WilsonImplD>; template class WilsonKernels<WilsonImplD>;
}} }}
#endif