]> granicus.if.org Git - clang/commit
Headers: add hint intrinsics to arm_acle.h
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 12 Jul 2014 23:27:26 +0000 (23:27 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 12 Jul 2014 23:27:26 +0000 (23:27 +0000)
commit71f06af4f7951c910333ea8f40ad343f5e754d75
treeca120d76646ee08aa9600be82ef9f499aaff6bd2
parent833823633cadeda7adf841c92bfe60958f9ddf23
Headers: add hint intrinsics to arm_acle.h

This adds the ARM ACLE hint intrinsic wrappers to arm_acle.h.  These need to be
protected with a !defined(_MSC_VER) since MSVC (and thus clang in compatibility
mode) provide these wrappers as proper builtin intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212891 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/arm_acle.h
test/Headers/arm-acle-header.c