_mm512_cvtepi32_ph

Function _mm512_cvtepi32_ph 

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

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

Intel’s documentation