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

added predication in WilsonHand

This commit is contained in:
nmeyer-ur 2020-04-10 12:04:00 +02:00
parent 0ad2e0815c
commit 14d0fe4d6c

View File

@ -924,7 +924,9 @@ std::cout << "Chi_12 -- " << debugreg << std::endl; \
Simd U_01; \
Simd U_11; \
Simd U_21;\
Simd debugreg;
Simd debugreg;\
svbool_t pg1; \
pg1 = svptrue_b64(); \
#define ZERO_RESULT \
result_00=Zero(); \