_mm256_andnot_ps

Compute the bitwise NOT of packed single-precision (32-bit) floating-point elements in a and then AND with b.

nothrow @nogc pure @trusted
__m256
_mm256_andnot_ps
(
__m256 a
,
__m256 b
)

Meta