Function _mm_cvtph_ps

#[target_feature(enable = "f16c")]
pub const fn _mm_cvtph_ps(a: __m128i) -> __m128

Converts the 4 x 16-bit half-precision float values in the lowest 64-bit of the 128-bit vector a into 4 x 32-bit float values stored in a 128-bit wide vector.

Intel's documentation