_mm256_andnot_pd

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

nothrow @nogc pure @trusted
__m256d
_mm256_andnot_pd
(
__m256d a
,
__m256d b
)

Meta