Skip to main content

IAR Embedded Workbench for RH850 3.20.x

__MAC

In this section:
Syntax
signed long long __MAC(signed long val1, signed long val2, signed long long accumulator);
Description

Executes multiply and accumulate (MAC) operations on the 32-bit signed data values val1 and val2 and returns the result as a 64-bit signed data value.

Note

To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.