Information About

Multiply-accumulate




:a \leftarrow a + b imes c
When done with Integers this operation is typically exact (computed Modulo some Power Of 2 ).

When done with Floating Point numbers it might be performed with two Round ings (typical in many DSP s) or with a single rounding, called a Fused Multiply-add (FMA).


SEE ALSO