mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
added predication in WilsonHand
This commit is contained in:
parent
0ad2e0815c
commit
14d0fe4d6c
@ -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(); \
|
||||
|
Loading…
Reference in New Issue
Block a user