Module compiler_builtins::int::specialized_div_rem::delegate
source · Macros
- 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
- Returns
n / d
and sets*rem = n % d
.