> 1049 //* largest i such that 2^i <= x > 1050 // A negative value of 'x' will return '63' > 1051 inline int log2_long(julong x) { > > How can x be negative here? It can't. The comment is wrong and should have been fixed by 8213419. Roland.