Closed DaniPopes closed 4 months ago
Turns out addmul is not that big as I thought, and inlining it provides a decent speed up, unlike division. Partially reverts https://github.com/recmo/uint/pull/374.
I also made addmul_ref test-only as the comment suggests.
Turns out addmul is not that big as I thought, and inlining it provides a decent speed up, unlike division. Partially reverts https://github.com/recmo/uint/pull/374.
I also made addmul_ref test-only as the comment suggests.