_mm_blend_ps

Blend packed single-precision (32-bit) floating-point elements from a and b using control mask imm8.

nothrow @nogc @trusted
__m128
_mm_blend_ps
(
int imm8
)
(
__m128 a
,
__m128 b
)

Meta