pub unsafe fn _mm_cvtsi64x_si128(a: i64) -> __m128i
Available on non-crate feature miri-test-libstd and x86-64 only.
Expand description

Returns a vector whose lowest element is a and all higher elements are 0.

Intel’s documentation