Packed Compare for Equal for Streaming SIMD Extensions 4

__m128i _mm_cmpeq_epi64(__m128i a, __m128i b)

Performs a packed integer 64-bit comparison for equality. The intrinsic zeroes or fills with ones the corresponding parts of the result.

Corresponding SSE4 instruction: PCMPEQQ