Function _mm_movelh_ps

#[target_feature(enable = "sse")]
pub const fn _mm_movelh_ps(a: __m128, b: __m128) -> __m128

Combine lower half of a and b. The lower half of b occupies the higher half of result.

Intel's documentation