_mm_blendv_epi8

Blend packed 8-bit integers from a and b using mask.

nothrow @nogc @trusted
__m128i
_mm_blendv_epi8
(
__m128i a
,
__m128i b
,
__m128i mask
)

Meta