summaryrefslogtreecommitdiff
path: root/lib/builtins/int_math.h
AgeCommit message (Collapse)Author
2015-10-07builtins: fix buildSaleem Abdulrasool
__GNUC__ indicates the GNU compiler, not __GNU__. This got through due to building with clang rather than gcc. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249516 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-07builtins: use MSVC intrinsics with clSaleem Abdulrasool
Use MSVCRT functions for floating-point builtins unavailable on MSVC. Patch by Tee Hao Wei! git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249513 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov
directory git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201393 91177308-0d34-0410-b5e6-96231b3b80d8