diff options
Diffstat (limited to 'sys/amd64/include')
-rw-r--r-- | sys/amd64/include/float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/float.h b/sys/amd64/include/float.h index 9a075ba..2cbdcaf 100644 --- a/sys/amd64/include/float.h +++ b/sys/amd64/include/float.h @@ -39,6 +39,8 @@ #define FLT_RADIX 2 /* b */ #define FLT_ROUNDS 1 /* FP addition rounds to nearest */ +#define FLT_EVAL_METHOD (-1) /* i387 semantics are...interesting */ +#define DECIMAL_DIG 21 /* max precision in decimal digits */ #define FLT_MANT_DIG 24 /* p */ #define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ |