aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/float.h')
-rw-r--r--sys/alpha/include/float.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/include/float.h b/sys/alpha/include/float.h
index 4d72b0e0605d..9cb5f9ab1791 100644
--- a/sys/alpha/include/float.h
+++ b/sys/alpha/include/float.h
@@ -45,6 +45,8 @@ __END_DECLS
#define FLT_RADIX 2 /* b */
#define FLT_ROUNDS __flt_rounds()
+#define FLT_EVAL_METHOD 0 /* no promotions */
+#define DECIMAL_DIG 17 /* max precision in decimal digits */
#define FLT_MANT_DIG 24 /* p */
#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */