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

Unified Diff: third_party/asan/asan_clang_Linux/lib/clang/3.1/include/wmmintrin.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/wmmintrin.h
===================================================================
--- third_party/asan/asan_clang_Linux/lib/clang/3.1/include/wmmintrin.h (revision 114392)
+++ third_party/asan/asan_clang_Linux/lib/clang/3.1/include/wmmintrin.h (working copy)
@@ -28,7 +28,7 @@
# error "AES instructions not enabled"
#else
-#include <smmintrin.h>
+#include <xmmintrin.h>
static __inline__ __m128i __attribute__((__always_inline__, __nodebug__))
_mm_aesenc_si128(__m128i __V, __m128i __R)

Powered by Google App Engine
This is Rietveld 408576698