On 8/25/22 15:14, Paolo Bonzini wrote:
+ for (i = 0 ; i < 2 << SHIFT ; i++) {
+ int j = i & 3;
+ d->L(i) = rk.L(i) ^ bswap32(AES_Td0[st.B(AES_ishifts[4 * j + 0])] ^
It that a tab? Seem to be several of them. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
