mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
Merge branch 'dev-IRBL-ypj' of https://github.com/yongchull/Grid into merge
This commit is contained in:
@ -470,6 +470,7 @@ void CayleyFermion5D<Impl>::MooeeInternalAsm(const FermionField &psi, FermionFie
|
||||
a0 = a0+incr;
|
||||
a1 = a1+incr;
|
||||
a2 = a2+sizeof(typename Simd::scalar_type);
|
||||
a2 = a2+sizeof(typename Simd::scalar_type); //ypj [debug]
|
||||
}}
|
||||
{
|
||||
int lexa = s1+LLs*site;
|
||||
@ -702,6 +703,7 @@ void CayleyFermion5D<Impl>::MooeeInternalZAsm(const FermionField &psi, FermionFi
|
||||
a0 = a0+incr;
|
||||
a1 = a1+incr;
|
||||
a2 = a2+sizeof(typename Simd::scalar_type);
|
||||
a2 = a2+sizeof(typename Simd::scalar_type); // ypj [debug]
|
||||
}}
|
||||
{
|
||||
int lexa = s1+LLs*site;
|
||||
|
@ -476,6 +476,7 @@ namespace QCD {
|
||||
a0 = a0 + incr;
|
||||
a1 = a1 + incr;
|
||||
a2 = a2 + sizeof(typename Simd::scalar_type);
|
||||
a2 = a2 + sizeof(typename Simd::scalar_type); // ypj [debug]
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -854,6 +854,7 @@ namespace QCD {
|
||||
a0 = a0 + incr;
|
||||
a1 = a1 + incr;
|
||||
a2 = a2 + sizeof(typename Simd::scalar_type);
|
||||
a2 = a2 + sizeof(typename Simd::scalar_type); // ypj [debug]
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user