mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Standard extractLane is fast
This commit is contained in:
parent
ca0607b6ef
commit
32bb85ea4c
@ -221,7 +221,7 @@ public:
|
||||
const typename SiteHalfSpinor::scalar_object &chi,
|
||||
int mu)
|
||||
{
|
||||
auto U_l = extractLaneGpu(lane,U(mu));
|
||||
auto U_l = extractLane(lane,U(mu));
|
||||
phi() = U_l * chi();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user