mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
* sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value. Reported by Fred J. Tydeman <tydeman@tybor.com>.
This commit is contained in:
parent
f8da88b080
commit
09881ccc32
@ -1,5 +1,8 @@
|
||||
2000-12-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value.
|
||||
Reported by Fred J. Tydeman <tydeman@tybor.com>.
|
||||
|
||||
* sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Hopefully fix
|
||||
the handling of denormalized numbers.
|
||||
|
||||
|
@ -42,6 +42,6 @@ typedef long double double_t; /* `double' expressions are evaluated as
|
||||
# define FP_ILOGBNAN (-2147483647 - 1)
|
||||
|
||||
/* Number of decimal digits for the `long double' type. */
|
||||
# define DECIMAL_DIG 18
|
||||
# define DECIMAL_DIG 21
|
||||
|
||||
#endif /* ISO C99 */
|
||||
|
Loading…
Reference in New Issue
Block a user