diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 07:33:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 07:33:06 +0000 |
commit | 2139c52d338003ec77afed7dec862e0ad4ceb443 (patch) | |
tree | 3e7997e6a817356a7e4462f9327c0ebbdb7e0aff /compiler-rt/lib/int_lib.h | |
parent | ddf1890a5ed78967997720bc35b05b23b000bcf0 (diff) | |
download | bcm5719-llvm-2139c52d338003ec77afed7dec862e0ad4ceb443.tar.gz bcm5719-llvm-2139c52d338003ec77afed7dec862e0ad4ceb443.zip |
lib: Finish int_math.h definitions using compiler builtins and eliminate
implementation use of <math.h>.
llvm-svn: 144786
Diffstat (limited to 'compiler-rt/lib/int_lib.h')
-rw-r--r-- | compiler-rt/lib/int_lib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/int_lib.h b/compiler-rt/lib/int_lib.h index 5ce20238c44..a87426c513c 100644 --- a/compiler-rt/lib/int_lib.h +++ b/compiler-rt/lib/int_lib.h @@ -37,10 +37,6 @@ #include <stdbool.h> #include <float.h> -#if !defined(INFINITY) && defined(HUGE_VAL) -#define INFINITY HUGE_VAL -#endif /* INFINITY */ - /* Include the commonly used internal type definitions. */ #include "int_types.h" |