Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Computes the low 64 bits of the expression a*b + c.
__m64 __m64_muladd64lo(
__m64 a,
__m64 b,
__m64 c
);
Parameters
[in] a
The first number to multiply.[in] b
The second number to multiply.[in] c
The number to add.
Requirements
Intrinsic |
Architecture |
---|---|
__m64_muladd64lo |
IPF |
Header file <intrin.h>
Example
See __m64_muladd64hi, __m64_muladd64hi_u.