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
Multiplies the lower 32-bit integer from a by the lower 32-bit integer from b, and returns the 64-bit integer result.
__m64 _mm_mul_su32 (__m64 a, __m64 b);
PMULUDQ
Return Value
r := a0 * b0
Requirements
Header: emmintrin.h
END Microsoft Specific