summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/fp_lib.h
Commit message (Collapse)AuthorAgeFilesLines
* builtins: spell inline as __inlineSaleem Abdulrasool2015-10-101-11/+11
| | | | | | | | | __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. llvm-svn: 249953
* Support building floating-point facilities on FreeBSD 9.2 in 32-bit modeViktor Kutuzov2014-07-081-0/+12
| | | | | | Differential Revision: http://reviews.llvm.org/D3909 llvm-svn: 212518
* Move __addsf3 and __adddf3 into the corresponding blocks that defineJoerg Sonnenberger2014-04-011-2/+3
| | | | | | fp_t. llvm-svn: 205344
* Add instrastructure for IEEE quad precision.Joerg Sonnenberger2014-03-281-6/+114
| | | | | | | | Based on patch from GuanHong Liu. Differential Revision: http://llvm-reviews.chandlerc.com/D2796 llvm-svn: 204999
* Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger2014-03-011-0/+3
| | | | | | Move prototypes into headers and fix a few inconsistencies. llvm-svn: 202591
* Undef helper macros after using them.Joerg Sonnenberger2014-02-261-0/+2
| | | | llvm-svn: 202298
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-0/+144
directory llvm-svn: 201393
OpenPOWER on IntegriCloud