_mm_blendv_ps

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

nothrow @nogc @trusted
__m128
_mm_blendv_ps
(
__m128 a
,
__m128 b
,
__m128 mask
)

Meta