_mm_blendv_pd

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

nothrow @nogc @trusted
__m128d
_mm_blendv_pd
(
__m128d a
,
__m128d b
,
__m128d mask
)

Meta