mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-04 15:37:05 +01:00
Shaken out stencil to the point where I think wilson dslash is correct.
Need to audit code carefully, consolidate between stencil and cshift, and then benchmark and optimise.
This commit is contained in:
@ -412,6 +412,7 @@ friend inline void vstore(const vComplexF &ret, ComplexF *a){
|
||||
{
|
||||
Gpermute<vComplexF>(y,b,perm);
|
||||
}
|
||||
/*
|
||||
friend inline void merge(vComplexF &y,std::vector<ComplexF *> &extracted)
|
||||
{
|
||||
Gmerge<vComplexF,ComplexF >(y,extracted);
|
||||
@ -428,7 +429,7 @@ friend inline void vstore(const vComplexF &ret, ComplexF *a){
|
||||
{
|
||||
Gextract<vComplexF,ComplexF>(y,extracted);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user