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

Unified Diff: asan/asan_clang_Darwin/lib/clang/3.1/include/immintrin.h

Issue 9034019: Roll the new ASan binaries for Mac OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
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: asan/asan_clang_Darwin/lib/clang/3.1/include/immintrin.h
===================================================================
--- asan/asan_clang_Darwin/lib/clang/3.1/include/immintrin.h (revision 115959)
+++ asan/asan_clang_Darwin/lib/clang/3.1/include/immintrin.h (working copy)
@@ -48,7 +48,7 @@
#include <smmintrin.h>
#endif
-#if defined (__AES__) || defined (__PCLMUL__)
+#if defined (__AES__)
#include <wmmintrin.h>
#endif
@@ -56,4 +56,20 @@
#include <avxintrin.h>
#endif
+#ifdef __AVX2__
+#include <avx2intrin.h>
+#endif
+
+#ifdef __BMI__
+#include <bmiintrin.h>
+#endif
+
+#ifdef __BMI2__
+#include <bmi2intrin.h>
+#endif
+
+#ifdef __LZCNT__
+#include <lzcntintrin.h>
+#endif
+
#endif /* __IMMINTRIN_H */
« no previous file with comments | « asan/asan_clang_Darwin/lib/clang/3.1/include/cpuid.h ('k') | asan/asan_clang_Darwin/lib/clang/3.1/include/lzcntintrin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698