summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/fp_mul_impl.inc
Commit message (Collapse)AuthorAgeFilesLines
* builtins: spell inline as __inlineSaleem Abdulrasool2015-10-101-1/+1
| | | | | | | | | __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
* Refactor muldf3 and mulsf3.Joerg Sonnenberger2014-05-281-0/+116
Patch from: GuanHong Liu Differential Revision: http://reviews.llvm.org/D3886 llvm-svn: 209741
OpenPOWER on IntegriCloud