Function _mm_cvtsi16_si128

#[target_feature(enable = "avx512fp16")]
pub const fn _mm_cvtsi16_si128(a: i16) -> __m128i

Copy 16-bit integer a to the lower elements of dst, and zero the upper elements of dst.

Intel's documentation