From 1159de165ccd41a98368730ad5282847b60d905d Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 5 Nov 2015 22:04:51 -0800 Subject: [PATCH] Asm option for AVX512 --- lib/qcd/action/fermion/WilsonFermion5D.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/qcd/action/fermion/WilsonFermion5D.h b/lib/qcd/action/fermion/WilsonFermion5D.h index b0d25309..f6eb594b 100644 --- a/lib/qcd/action/fermion/WilsonFermion5D.h +++ b/lib/qcd/action/fermion/WilsonFermion5D.h @@ -19,6 +19,7 @@ namespace Grid { class WilsonFermion5DStatic { public: // S-direction is INNERMOST and takes no part in the parity. + static int AsmOptDslash; // these are a temporary hack static int HandOptDslash; // these are a temporary hack static const std::vector directions; static const std::vector displacements;