_mm_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 @safe
__m128d
_mm_andnot_pd
(
__m128d a
,
__m128d b
)

Meta