Commit Graph

2 Commits

Author SHA1 Message Date
Christopher Swenson 424f38f211 Simplification of BigNum::bit_length
As indicated in the comment, the BigNum::bit_length function could be
optimized by using CLZ, which is often a single instruction instead a
loop.

I think the code is also simpler now without the loop.

I added some additional tests for Big8x3 and Big32x40 to ensure that
there were no regressions.
2022-01-10 14:18:28 -08:00
mark 2c31b45ae8 mv std libs to library/ 2020-07-27 19:51:13 -05:00