pub fn mac_digit(acc: &mut [u32], b: &[u32], c: u32)
Three argument multiply accumulate: acc += b * c