[−][src]Function core::arch::x86::_mm_cvtpd_pi32
pub unsafe fn _mm_cvtpd_pi32(a: __m128d) -> __m64
This is supported on x86 and target feature
sse2,mmx
only.Converts the two double-precision floating-point elements of a
128-bit vector of [2 x double]
into two signed 32-bit integer values,
returned in a 64-bit vector of [2 x i32]
.