core::arch::x86

Function _mm_cvtsi128_si16

source
pub unsafe fn _mm_cvtsi128_si16(a: __m128i) -> i16
🔬This is a nightly-only experimental API. (stdarch_x86_avx512_f16 #127213)
Available on (x86 or x86-64) and target feature avx512fp16 and x86 only.
Expand description

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

Intel’s documentation