]> sourceware.org Git - newlib-cygwin.git/commit
frexpl: Support smaller long double of LDBL_MANT_DIG == 53.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 2 Dec 2021 09:51:21 +0000 (18:51 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 3 Dec 2021 10:14:03 +0000 (19:14 +0900)
commit34876c05a527a7295920979fce69cec6b4cb613c
treee9264b8903fbf3db9d16fad0b5c2085cdd457181
parentdbc7d28ba9bee25fec59734695b31f70c6ecf2ff
frexpl: Support smaller long double of LDBL_MANT_DIG == 53.

- 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
This page took 0.028862 seconds and 5 git commands to generate.