]> granicus.if.org Git - clang/commit
Adding intrinsics to the clang front end for the x86 TBM instruction set.
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Mon, 30 Sep 2013 17:25:14 +0000 (17:25 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Mon, 30 Sep 2013 17:25:14 +0000 (17:25 +0000)
commit8c8bbade37581bb78c1233d7194cc00ee11d29a0
treebe48f5743582bebb87785e3b4972bfd5d6fb7609
parentf4e12c8c1325ea04b54ed0b5869258254458b091
Adding intrinsics to the clang front end for the x86 TBM instruction set.

Differential Revision: http://llvm-reviews.chandlerc.com/D1751

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191681 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/Headers/CMakeLists.txt
lib/Headers/tbmintrin.h [new file with mode: 0644]
lib/Headers/x86intrin.h
test/CodeGen/tbm-builtins.c [new file with mode: 0644]