Punching holes in nomx, the world’s “most secure” communications protocol
arstechnica.com7 pointsby jra1010 comments
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.