_mm256_blendv_ps

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

nothrow @nogc @trusted
__m256
_mm256_blendv_ps
(
__m256 a
,
__m256 b
,
__m256 mask
)

Meta