_mm_cvtsi128_si16

Function _mm_cvtsi128_si16 

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

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

Intel’s documentation