pub fn _mm_cvtsi16_si128(a: i16) -> __m128iAvailable on x86-64 and target feature
avx512fp16 and (x86 or x86-64) only.Expand description
Copy 16-bit integer a to the lower elements of dst, and zero the upper elements of dst.