__m64_muladd64lo
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.
END Microsoft Specific
See Also
Reference
__m64
__m64_muladd64hi, __m64_muladd64hi_u
Compiler Intrinsics