Function div_wide

Source
fn div_wide(hi: u64, lo: u64, divisor: u64) -> (u64, u64)
Expand description

x86 and x86_64 can use a real div instruction.