_mm_and_si64

Compute the bitwise AND of 64 bits (representing integer data) in a and b.

nothrow @nogc pure @safe
__m64
_mm_and_si64
(
__m64 a
,
__m64 b
)

Meta