summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/math.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index 842793b..649b207 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -136,12 +136,7 @@ struct exception {
#define HUGE MAXFLOAT
#endif
-/*
- * set X_TLOSS = pi*2**52, which is possibly defined in <values.h>
- * (one may replace the following line by "#include <values.h>")
- */
-
-#define X_TLOSS 1.41484755040568800000e+16
+#define X_TLOSS 1.41484755040568800000e+16 /* pi*2**52 */
#define DOMAIN 1
#define SING 2
OpenPOWER on IntegriCloud