Function _mm_blend_pd

#[target_feature(enable = "sse4.1")]
pub const fn _mm_blend_pd(a: __m128d, b: __m128d, IMM2: i32) -> __m128d

Blend packed double-precision (64-bit) floating-point elements from a and b using control mask IMM2

Intel's documentation