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

Asm option for AVX512

This commit is contained in:
paboyle 2015-11-05 22:04:51 -08:00
parent 16c7993434
commit 1159de165c

View File

@ -19,6 +19,7 @@ namespace Grid {
class WilsonFermion5DStatic { class WilsonFermion5DStatic {
public: public:
// S-direction is INNERMOST and takes no part in the parity. // 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 int HandOptDslash; // these are a temporary hack
static const std::vector<int> directions; static const std::vector<int> directions;
static const std::vector<int> displacements; static const std::vector<int> displacements;