Packed Compare for Equal Intrinsic

The prototype for this Intel® Streaming SIMD Extensions (Intel® SSE4) intrinsic is in the smmintrin.h file.

__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 instruction: PCMPEQQ


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.