_mm_cvtsi16_si128

Function _mm_cvtsi16_si128 

1.94.0 (const: unstable) · Source
pub fn _mm_cvtsi16_si128(a: i16) -> __m128i
Expand description

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

Intel’s documentation