1
0
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:
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, const typename SiteHalfSpinor::scalar_object &chi,
int mu) int mu)
{ {
auto U_l = extractLaneGpu(lane,U(mu)); auto U_l = extractLane(lane,U(mu));
phi() = U_l * chi(); phi() = U_l * chi();
} }