summaryrefslogtreecommitdiff
path: root/lib/int_lib.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 07:33:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 07:33:06 +0000
commitc25c6d10b18efa071f0016f31f6f3dd8a8fa6676 (patch)
treebfbcd9b0cdf523b4f8d8e54750dbf9d6dece3c85 /lib/int_lib.h
parent8603024a01cfa82ab8dce397f40a2d6f246076e3 (diff)
downloadcompiler-rt-c25c6d10b18efa071f0016f31f6f3dd8a8fa6676.tar.gz
compiler-rt-c25c6d10b18efa071f0016f31f6f3dd8a8fa6676.tar.bz2
compiler-rt-c25c6d10b18efa071f0016f31f6f3dd8a8fa6676.tar.xz
lib: Finish int_math.h definitions using compiler builtins and eliminate
implementation use of <math.h>. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/int_lib.h')
-rw-r--r--lib/int_lib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/int_lib.h b/lib/int_lib.h
index 5ce20238..a87426c5 100644
--- a/lib/int_lib.h
+++ b/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"