Multiplies the first two operands and adds the third operand to the result.
The result of the multiplication is not rounded prior to addition.
The result may be rounded and context flags may be set.
Implements the 'fused-multiply-add' function in the specification. (p. 30)
Multiplies the first two operands and adds the third operand to the result. The result of the multiplication is not rounded prior to addition. The result may be rounded and context flags may be set. Implements the 'fused-multiply-add' function in the specification. (p. 30)