brintos

brintos / llvm-project-archived public Read only

0
0
Text · 107 B · 04218f9 Raw
5 lines · c
1S();2for (int c0 = 0; c0 < K; c0 += 32)3  for (int c1 = c0; c1 <= min(K - 1, c0 + 31); c1 += 1)4    T(c1);5