_mm_cvtph_epu32

Function _mm_cvtph_epu32 

1.94.0 · Source
pub fn _mm_cvtph_epu32(a: __m128h) -> __m128i
Expand description

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

Intel’s documentation