mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 00:07:05 +01:00
revised sU addressing scheme
This commit is contained in:
@ -268,7 +268,7 @@ Author: Nils Meyer <nils.meyer@ur.de>
|
||||
// MULT_2SPIN
|
||||
#define MULT_2SPIN_A64FXf(A) \
|
||||
{ \
|
||||
const auto & ref(U[sU][A]); \
|
||||
const auto & ref(U[sU](A)); \
|
||||
U_00 = svld1(pg1, (float32_t*)((uint64_t)&ref[2][0] + -6 * 64)); \
|
||||
U_10 = svld1(pg1, (float32_t*)((uint64_t)&ref[2][0] + -3 * 64)); \
|
||||
U_20 = svld1(pg1, (float32_t*)((uint64_t)&ref[2][0] + 0 * 64)); \
|
||||
|
Reference in New Issue
Block a user