_mm512_cvttph_epu32

Function _mm512_cvttph_epu32 

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

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

Intel’s documentation