Function _mm_moveldup_ps

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

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

Intel's documentation