Function _mm_cvtsi128_si16

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

Copy the lower 16-bit integer in a to dst.

Intel's documentation