Matthias Krüger f511360fd2
Rollup merge of #92747 - swenson:bignum-bit-length-optimization, r=scottmcm
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-15 11:28:22 +01:00
..
2022-01-10 14:18:28 -08:00
2021-06-03 16:13:45 +02:00
2021-10-18 19:19:28 +09:00
2021-12-15 00:11:23 +08:00
2021-10-18 19:19:28 +09:00
2021-03-03 11:23:29 +01:00
2021-12-16 22:11:17 -08:00
2021-10-18 19:19:28 +09:00
2022-01-11 17:01:13 +01:00
2021-11-28 01:31:25 -05:00
2021-12-17 20:46:47 +08:00
2021-12-12 14:02:53 +09:00
2021-10-17 18:39:54 +09:00
2021-12-02 19:22:00 -08:00