diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2003-02-08 20:37:55 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2003-02-08 20:37:55 +0000 |
| commit | 8cf5ed5125ca8f57fa6f27892f3fbda25a52d354 (patch) | |
| tree | 5fa8c1927e480809720c766a3f48569e33c80af9 /sys/amd64/include/float.h | |
| parent | 856417ebfd05b1330ae28035e7582e0b543b7619 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/float.h')
| -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 9a075ba05b63..2cbdcafc3d98 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) */ |
