pub fn _mm_cvttph_epi32(a: __m128h) -> __m128iAvailable on x86 and target feature
avx512fp16 and target feature avx512vl only.Expand description
Convert packed half-precision (16-bit) floating-point elements in a to packed 32-bit integers with truncation, and store the results in dst.