mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Assembler files
This commit is contained in:
parent
a2ff068e29
commit
d29b4c1dee
@ -1,4 +1,6 @@
|
||||
#include <Grid.h>
|
||||
#if defined(AVX512) || defined (IMCI)
|
||||
|
||||
#include <simd/Avx512Asm.h>
|
||||
|
||||
#undef VLOAD
|
||||
@ -312,3 +314,4 @@ void WilsonKernels<Impl >::DiracOptAsmDhopSite(CartesianStencil &st,DoubledGauge
|
||||
template class WilsonKernels<WilsonImplD>;
|
||||
|
||||
}}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user