On Fri, Jan 17, 2014 at 1:12 PM, Nick Krempel <[email protected]> wrote: > bitlen(n) := ceil(log_2(n + 1))
Except I think we want bitlen(0) === 0 for consistency with clz. -j _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

