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