summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/int_math.h
Commit message (Collapse)AuthorAgeFilesLines
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-67/+0
| | | | | | directory llvm-svn: 201393
* lib/int_math: Some versions of GCC don't provide __builtin_isfinite. SupportDaniel Dunbar2011-11-161-1/+18
| | | | | | them. llvm-svn: 144810
* lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar2011-11-161-0/+22
| | | | | | implementation use of <math.h>. llvm-svn: 144786
* lib: Starting thinning out the dependency on math.h by using compiler builtinsDaniel Dunbar2011-11-161-0/+28
where available. llvm-svn: 144785
OpenPOWER on IntegriCloud