mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
AVX512 fix
This commit is contained in:
parent
2018077770
commit
44188a5c6f
@ -575,6 +575,8 @@ void CayleyFermion5D<Impl>::MooeeInternalZAsm(const FermionField &psi_i, Fermion
|
||||
}
|
||||
#else
|
||||
{
|
||||
auto psi = psi_i.View();
|
||||
auto chi = chi_i.View();
|
||||
// pointers
|
||||
// MASK_REGS;
|
||||
#define Chi_00 %zmm0
|
||||
|
Loading…
Reference in New Issue
Block a user