This topic has not yet been rated - Rate this topic

_mm_mul_su32

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
r := a0 * b0

Header: emmintrin.h

END Microsoft Specific

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.