j
k
j a
j l
+ const INT exp_x = ((tests[i][0] % 8) + 8) % 8; + const INT exp_y = ((tests[i][1] % 8) + 8) % 8;
Not sure if it matters too much, but this could be more simply written as & 7.
Back to the thread
Back to the list