The OpenD Programming Language

_mm256_andnot_si256

Compute the bitwise NOT of 256 bits (representing integer data) in a and then AND with b.

nothrow @nogc pure @safe
__m256i
_mm256_andnot_si256
(
__m256i a
,
__m256i b
)

Meta