_mm512_cvttph_epu16

Function _mm512_cvttph_epu16 

1.94.0 · Source
pub fn _mm512_cvttph_epu16(a: __m512h) -> __m512i
Available on x86 and target feature avx512fp16 only.
Expand description

Convert packed half-precision (16-bit) floating-point elements in a to packed unsigned 16-bit integers with truncation, and store the results in dst.

Intel’s documentation