mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix handling of subnormals on i386/ia64/amd64.
PR: 85080
This commit is contained in:
parent
f40b4cabee
commit
0ce0ead5aa
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue