pub fn mac(a: S<8>, b: S<8>, c: S<32>) -> S<OUTPUT_BITS>
Expand description

MAC unit (computes a * b + c).

It preserves the signedness of operands.