From 2b115929dcad01a645c7ac7230313ec39883c20c Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 29 Mar 2017 18:51:23 +0900 Subject: [PATCH] Small AVX512 asm ifdef patch --- lib/qcd/action/fermion/StaggeredKernelsAsm.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/qcd/action/fermion/StaggeredKernelsAsm.cc b/lib/qcd/action/fermion/StaggeredKernelsAsm.cc index 0c62b2a0..f95c7e28 100644 --- a/lib/qcd/action/fermion/StaggeredKernelsAsm.cc +++ b/lib/qcd/action/fermion/StaggeredKernelsAsm.cc @@ -27,8 +27,11 @@ Author: paboyle *************************************************************************************/ /* END LEGAL */ #include + +#ifdef AVX512 #include #include +#endif // Interleave operations from two directions // This looks just like a 2 spin multiply and reuse same sequence from the Wilson