logo
pub const fn adc64(a: u64, b: u64, carry: u64) -> (u64, u64)
Expand description

Computes a + b + carry, returning the result along with the new carry. 64-bit version.