]> granicus.if.org Git - clang/commitdiff
Fix a blatant typo or cut/paste-o reported by users of this header.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 09:23:55 +0000 (09:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 09:23:55 +0000 (09:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146251 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/smmintrin.h

index 09ae2ba314d8bf5da6d1428284c30029d266c620..4d4132d7a609210d56a3a0bad22d4cca491c2266 100644 (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.  */