You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a bug just a possibility of improvement.
Instead of:
while (v > 0U) { v >>= 1; l++; }
you can use one of the algorithms presented here:
http://graphics.stanford.edu/~seander/bithacks.html#IntegerLogObvious
Original issue reported on code.google.com by milosz.k...@gmail.com on 18 Aug 2011 at 9:01
The text was updated successfully, but these errors were encountered:
Thanks Milo - I'll look into this when I release the first "official" non-alpha
version. I hope to do this within the next month or so, but I'm stretched
pretty thin right now.
Original comment by richge...@gmail.com on 20 May 2012 at 2:38
Original issue reported on code.google.com by
milosz.k...@gmail.com
on 18 Aug 2011 at 9:01The text was updated successfully, but these errors were encountered: