1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-24 10:42:03 +01:00

revised sU addressing scheme

This commit is contained in:
nmeyer-ur
2020-04-09 14:44:25 +02:00
parent 9f224a1647
commit 326de36467
4 changed files with 4 additions and 4 deletions

View File

@ -283,7 +283,7 @@ asm ( \
// MULT_2SPIN
#define MULT_2SPIN_A64FXd(A) \
{ \
const auto & ref(U[sU][A]); \
const auto & ref(U[sU](A)); \
asm ( \
"ld1d { z24.d }, p5/z, [%[fetchptr], -6, mul vl] \n\t" \
"ld1d { z25.d }, p5/z, [%[fetchptr], -3, mul vl] \n\t" \