[−][src]Function boolean_enums::lstd::arch::x86::_mm_cvtpi32_pd
pub unsafe fn _mm_cvtpi32_pd(a: __m64) -> __m128d
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on x86 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]
.