Lowlevel optimizations in the Ptset module, replace some function
authorKim Nguyễn <kn@lri.fr>
Sat, 27 Jul 2013 14:32:26 +0000 (16:32 +0200)
committerKim Nguyễn <kn@lri.fr>
Sat, 27 Jul 2013 14:32:26 +0000 (16:32 +0200)
calls by a field access, use bit twidling hack to compute the
largest power of two inferior to a given value (was previously done
with log(WORDSIZE * 8) branching + table lookup).


No differences found