This topic has not yet been rated - Rate this topic

_mm_cvtpd_pi32

Microsoft Specific

Converts the two double-precision, floating-point values of a to 32-bit signed integer values.

__m64 _mm_cvtpd_pi32 (__m128d a);
CVTPD2PI
r0 := (int) a0
r1 := (int) a1

Header: emmintrin.h

END Microsoft Specific

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.