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

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