_mm256_blendv_pd

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

nothrow @nogc @trusted
__m256d
_mm256_blendv_pd
(
__m256d a
,
__m256d b
,
__m256d mask
)

Meta