Function _mm_blendv_pd

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

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

Intel's documentation