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

Unified Diff: asan/asan_clang_Darwin/lib/clang/3.1/include/x86intrin.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/x86intrin.h
===================================================================
--- asan/asan_clang_Darwin/lib/clang/3.1/include/x86intrin.h (revision 115959)
+++ asan/asan_clang_Darwin/lib/clang/3.1/include/x86intrin.h (working copy)
@@ -26,6 +26,18 @@
#include <immintrin.h>
+#ifdef __BMI__
+#include <bmiintrin.h>
+#endif
+
+#ifdef __BMI2__
+#include <bmi2intrin.h>
+#endif
+
+#ifdef __LZCNT__
+#include <lzcntintrin.h>
+#endif
+
// FIXME: SSE4A, 3dNOW, FMA4, XOP, LWP, ABM, POPCNT
#endif /* __X86INTRIN_H */
« no previous file with comments | « asan/asan_clang_Darwin/lib/clang/3.1/include/wmmintrin.h ('k') | asan/asan_clang_Darwin/lib/clang/3.1/include/xmmintrin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698