Function _mm_movedup_pd

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

Duplicate the low double-precision (64-bit) floating-point element from a.

Intel's documentation