From: Chandler Carruth Date: Fri, 9 Dec 2011 09:23:55 +0000 (+0000) Subject: Fix a blatant typo or cut/paste-o reported by users of this header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b45c111f0ac43441c475aca4ecc1d62499e0cb8;p=clang Fix a blatant typo or cut/paste-o reported by users of this header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146251 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/smmintrin.h b/lib/Headers/smmintrin.h index 09ae2ba314..4d4132d7a6 100644 --- a/lib/Headers/smmintrin.h +++ b/lib/Headers/smmintrin.h @@ -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. */