Function _mm_movehdup_ps

#[target_feature(enable = "sse3")]
pub const fn _mm_movehdup_ps(a: __m128) -> __m128

Duplicate odd-indexed single-precision (32-bit) floating-point elements from a.

Intel's documentation