Skip to main content

IAR Embedded Workbench for RH850 3.20.x

__MACU

In this section:
Syntax
unsigned long long __MACU(unsigned long val1, unsigned long val2, unsigned long long accumulator);
Description

Executes multiply and accumulate (MAC) operations on the 32-bit unsigned data values val1 and val2 and returns the result as a 64-bit unsigned 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.