Macros§
- impl_
delegate 🔒 - Creates an unsigned division function that uses a combination of hardware division and
binary long division to divide integers larger than what hardware division by itself can do. This
function is intended for microarchitectures that have division hardware, but not fast enough
multiplication hardware for
impl_trifecta
to be faster.
Functions§
- u128_
divide_ sparc - Returns
n / d
and sets*rem = n % d
.