_mm_cvttph_epu16

Function _mm_cvttph_epu16 

1.94.0 · Source
pub fn _mm_cvttph_epu16(a: __m128h) -> __m128i
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