Function _mm256_cvtph_ps

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

Converts the 8 x 16-bit half-precision float values in the 128-bit vector a into 8 x 32-bit float values stored in a 256-bit wide vector.

Intel's documentation