mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 19:55:56 +01: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…
x
Reference in New Issue
Block a user