[−][src]Function core_arch::x86::_mm_cvtsi32_si64
pub unsafe fn _mm_cvtsi32_si64(a: i32) -> __m64
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on x86 and target feature
mmx
only.Copies 32-bit integer a
to the lower elements of the return value, and zero
the upper element of the return value.