Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, rustc didn't inline `Limb::bitand` inside functions such as `UInt::add_mod` and `UInt::sub_mod`, when calling them from a different crate. This is probably because non-generic functions don't get inlined across crates (unless using link-time optimization).
- Loading branch information