Hacker News new | ask | show | jobs
by drfuchs 2165 days ago
You might want to also check that 128-bit multiplies are implemented as only two 64-bit multiplies and a couple of additions (assuming no overflow; three multiplies if you need to get the right answer mod 2^64).