Punching holes in nomx, the world’s “most secure” communications protocol
arstechnica.com7 ポイント投稿者 jra1010 コメント
for (int i = 0; i < count * 8; i++) {
v0 += acc * v0;
}
That plus inlining the iteration count so the compiler can unroll the loop might help get closer to SOL.