mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fix handling of subnormals on i386/ia64/amd64.
PR: 85080
This commit is contained in:
parent
f40b4cabee
commit
0ce0ead5aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174488
@ -88,9 +88,7 @@ __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign,
|
||||
break;
|
||||
case FP_SUBNORMAL:
|
||||
kind = STRTOG_Denormal;
|
||||
#ifdef LDBL_IMPLICIT_NBIT
|
||||
be++;
|
||||
#endif
|
||||
break;
|
||||
case FP_INFINITE:
|
||||
kind = STRTOG_Infinite;
|
||||
|
Loading…
Reference in New Issue
Block a user