Re: [PATCH v2] frexpl: Support smaller long double of LDBL_MANT_DIG == 53.
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <YanobL/[email protected]> |
On Dec 2 19:21, Takashi Yano wrote: > - Currently, frexpl() supports only the following cases. > 1) LDBL_MANT_DIG == 64 or 113 > 2) 'long double' is equivalent to 'double' > This patch add support for LDBL_MANT_DIG == 53. > --- > newlib/libm/common/frexpl.c | 54 ++++++++++++++++++++++++++++--------- > 1 file changed, 42 insertions(+), 12 deletions(-) Please push. Thanks, Corinna