Niels Boehm 56158ca176 Replace MMU mask tests with dedicated function.
The efficient function (that is nearly the same as
https://graphics.stanford.edu/~seander/bithacks.html#DetermineIfPowerOf2)
replaces one loop based instance (which also reused the xx variable
afterwards, whereas it should have used htabmask instead) and one
instance using the population count a.k.a. Hamming weigth.
2017-06-22 20:22:53 +02:00
..
2017-06-15 18:52:22 -04:00
2017-05-03 23:48:14 +02:00
2017-05-19 22:21:07 +02:00
2017-05-06 13:18:00 +01:00
2017-06-15 18:52:22 -04:00