Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/asan/asan_clang_Linux/lib/clang/3.1/include/smmintrin.h

Issue 8913007: Roll new AddressSanitizer binaries for Linux (Clang r146553) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/asan/asan_clang_Linux/lib/clang/3.1/include/smmintrin.h
===================================================================
--- third_party/asan/asan_clang_Linux/lib/clang/3.1/include/smmintrin.h (revision 114392)
+++ third_party/asan/asan_clang_Linux/lib/clang/3.1/include/smmintrin.h (working copy)
@@ -368,7 +368,7 @@
#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. */

Powered by Google App Engine
This is Rietveld 408576698