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

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

Issue 8965023: Roll the new Linux ASan binaries (r146734) (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 114781)
+++ third_party/asan/asan_clang_Linux/lib/clang/3.1/include/smmintrin.h (working copy)
@@ -239,7 +239,7 @@
#define _mm_test_all_ones(V) _mm_testc_si128((V), _mm_cmpeq_epi32((V), (V)))
#define _mm_test_mix_ones_zeros(M, V) _mm_testnzc_si128((M), (V))
-#define _mm_test_all_zeros(M, V) _mm_testz_si128 ((V), (V))
+#define _mm_test_all_zeros(M, V) _mm_testz_si128 ((M), (V))
/* SSE4 64-bit Packed Integer Comparisons. */
static __inline__ __m128i __attribute__((__always_inline__, __nodebug__))

Powered by Google App Engine
This is Rietveld 408576698