Hacker News .hnnew | past | comments | ask | show | jobs | submitlogin

And for even divisors you can separate the divisor into a power of two, and an odd part. The odd part is checked as before, and the power of two is checked with an and mask.


An even trickier way to do this is to rotate right by the power of two factor between doing the multiply and the compare.


That wouldn't work, because a number that is bigger than the threshold could become smaller than it after the rotation.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: