Module delegate

Source

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.