pub fn _mm_cvtepu32_ph(a: __m128i) -> __m128hAvailable on x86 and target feature
avx512fp16 and target feature avx512vl only.Expand description
Convert packed unsigned 32-bit integers in a to packed half-precision (16-bit) floating-point elements, and store the results in dst. The upper 64 bits of dst are zeroed out.