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