_mm_cvtsi16_si128

Function _mm_cvtsi16_si128 

1.94.0 (const: unstable) · Source
pub fn _mm_cvtsi16_si128(a: i16) -> __m128i
Available on x86 and target feature avx512fp16 only.
Expand description

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

Intel’s documentation