logo
pub const fn adc32(a: u32, b: u32, carry: u32) -> (u32, u32)
Expand description

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