summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/float.h')
-rw-r--r--sys/ia64/include/float.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/include/float.h b/sys/ia64/include/float.h
index 4194819..a1a3758 100644
--- a/sys/ia64/include/float.h
+++ b/sys/ia64/include/float.h
@@ -41,6 +41,8 @@
#define FLT_RADIX 2 /* b */
#define FLT_ROUNDS 1 /* FP addition rounds to nearest */
+#define FLT_EVAL_METHOD 0 /* no promotions */
+#define DECIMAL_DIG 35 /* max precision in decimal digits */
#define FLT_MANT_DIG 24 /* p */
#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */
OpenPOWER on IntegriCloud