mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 14:40:46 +01:00
AVX 512 code broke other compiles; fixing
This commit is contained in:
parent
f17436fec2
commit
87be03006a
@ -332,9 +332,11 @@ PARALLEL_FOR_LOOP
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef AVX512
|
||||||
#include <simd/Intel512common.h>
|
#include <simd/Intel512common.h>
|
||||||
#include <simd/Intel512avx.h>
|
#include <simd/Intel512avx.h>
|
||||||
#include <simd/Intel512single.h>
|
#include <simd/Intel512single.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
template<class Impl>
|
template<class Impl>
|
||||||
void CayleyFermion5D<Impl>::MooeeInternalAsm(const FermionField &psi, FermionField &chi,
|
void CayleyFermion5D<Impl>::MooeeInternalAsm(const FermionField &psi, FermionField &chi,
|
||||||
@ -515,7 +517,6 @@ void CayleyFermion5D<Impl>::MooeeInternalZAsm(const FermionField &psi, FermionFi
|
|||||||
int LLs, int site, Vector<iSinglet<Simd> > &Matp, Vector<iSinglet<Simd> > &Matm)
|
int LLs, int site, Vector<iSinglet<Simd> > &Matp, Vector<iSinglet<Simd> > &Matm)
|
||||||
{
|
{
|
||||||
#ifndef AVX512
|
#ifndef AVX512
|
||||||
//#if 0
|
|
||||||
{
|
{
|
||||||
SiteHalfSpinor BcastP;
|
SiteHalfSpinor BcastP;
|
||||||
SiteHalfSpinor BcastM;
|
SiteHalfSpinor BcastM;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user