__MACU
In this section:
Syntax
unsigned long long __MACU(unsigned longval1, unsigned longval2, unsigned long longaccumulator);
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.