aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers/x86intrin.h
diff options
context:
space:
mode:
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>2013-09-30 17:25:14 +0000
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>2013-09-30 17:25:14 +0000
commitf4e0b1047a5dc6f2fab9cf45f1c6128f87caf000 (patch)
treec165e5c82f9fe43bf018831a31a632ec6ba83542 /clang/lib/Headers/x86intrin.h
parent0b385c77f780108368154a56db06081419fbbfbc (diff)
downloadllvm-f4e0b1047a5dc6f2fab9cf45f1c6128f87caf000.zip
llvm-f4e0b1047a5dc6f2fab9cf45f1c6128f87caf000.tar.gz
llvm-f4e0b1047a5dc6f2fab9cf45f1c6128f87caf000.tar.bz2
Adding intrinsics to the clang front end for the x86 TBM instruction set.
Differential Revision: http://llvm-reviews.chandlerc.com/D1751 llvm-svn: 191681
Diffstat (limited to 'clang/lib/Headers/x86intrin.h')
-rw-r--r--clang/lib/Headers/x86intrin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/Headers/x86intrin.h b/clang/lib/Headers/x86intrin.h
index 94fbe2f..399016f 100644
--- a/clang/lib/Headers/x86intrin.h
+++ b/clang/lib/Headers/x86intrin.h
@@ -66,6 +66,10 @@
#include <xopintrin.h>
#endif
+#ifdef __TBM__
+#include <tbmintrin.h>
+#endif
+
#ifdef __F16C__
#include <f16cintrin.h>
#endif