Fix a blatant typo or cut/paste-o reported by users of this header.

llvm-svn: 146251
This commit is contained in:
Chandler Carruth 2011-12-09 09:23:55 +00:00
parent 220a00772a
commit 222c66db38

View File

@ -368,7 +368,7 @@ _mm_packus_epi32(__m128i __V1, __m128i __V2)
#define _mm_cmpestrm(A, LA, B, LB, M) \
__builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
#define _mm_cmpestri(X, LX, Y, LY, M) \
#define _mm_cmpestri(A, LA, B, LB, M) \
__builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
/* SSE4.2 Packed Comparison Intrinsics and EFlag Reading. */