1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Standard extractLane is fast

This commit is contained in:
Peter Boyle 2018-07-05 07:07:30 -04:00
parent ca0607b6ef
commit 32bb85ea4c

View File

@ -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();
}