Function _mm_cvtneeph_ps

#[target_feature(enable = "avxneconvert")]
pub unsafe fn _mm_cvtneeph_ps(a: *const __m128h) -> __m128

Convert packed half-precision (16-bit) floating-point even-indexed elements stored at memory locations starting at location a to single precision (32-bit) floating-point elements, and store the results in dst.

Intel's documentation