On Oct 12, 2011, at 4:17 PM, Becky Bruce wrote:
> From: Becky Bruce
>
> Currently, it does a cntlzd on the size and then subtracts it from
> 21 this doesn't take into account the varying size of a "long".
> Just use __ilog instead (and subtract the 10 we have to subtract
> to get to the tsi
From: Becky Bruce
Currently, it does a cntlzd on the size and then subtracts it from
21 this doesn't take into account the varying size of a "long".
Just use __ilog instead (and subtract the 10 we have to subtract
to get to the tsize encoding).
Also correct the comment about page sizes suppo