Releases: hlibc/arbitraire
Releases · hlibc/arbitraire
v0.8
v0.7
v0.6
This release contains massive improvements to the addition and subtraction routines. Each digit of add or sub requires that 3 conditionals be tested, other than this, they are fully optimized and require no data copying or extra traversals except in the case of additions with a carry. Subtraction no longer requires any additional data traversals at all. Likewise, additions with no carry also do not require extra data traversals.