_mm_blend_pd

Blend packed double-precision (64-bit) floating-point elements from a and b using control mask imm8, and store the results in dst.

nothrow @nogc @trusted
__m128d
_mm_blend_pd
(
__m128d a
,
__m128d b
,
const int imm8
)

Meta