num-traits/bigint
Josh Stone 609629d34d bigint: simplify the add2/sub2 loops
This splits the main arithmetic loops from the final carry/borrow
propagation, and also normalizes the slice lengths before iteration.
This lets the optimizer generate better code for these functions.
2016-06-29 18:19:47 -07:00
..
src bigint: simplify the add2/sub2 loops 2016-06-29 18:19:47 -07:00
Cargo.toml bigint: add path-dependency versions 2016-04-14 00:26:54 -07:00