Function _mm_cvtsi32_si128

#[target_feature(enable = "sse2")]
pub const fn _mm_cvtsi32_si128(a: i32) -> __m128i

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

Intel's documentation