summaryrefslogtreecommitdiff
path: root/lib/builtins/fp_add_impl.inc
AgeCommit message (Collapse)Author
2015-10-10builtins: spell inline as __inlineSaleem Abdulrasool
__inline is a vendor specific spelling for inline. clang and gcc treat it the same as inline, and is available in MSVC 2013 which does not implement C99 (VS2015 supports the inline keyword though). This will allow us to build the builtins using MSVC. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249953 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-28Refactor addsf3.c and adddf3.c.Joerg Sonnenberger
Differential Revision: http://reviews.llvm.org/D3885 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209740 91177308-0d34-0410-b5e6-96231b3b80d8