Module compiler_builtins::int::specialized_div_rem::trifecta
source · Macros
- Creates an unsigned division function optimized for division of integers with bitwidths larger than the largest hardware integer division supported. These functions use large radix division algorithms that require both fast division and very fast widening multiplication on the target microarchitecture. Otherwise,
impl_delegate
should be used instead.