]> sourceware.org Git - newlib-cygwin.git/commit
ldtoa: Import gdtoa from OpenBSD.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 30 Nov 2021 21:11:32 +0000 (06:11 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 3 Dec 2021 10:20:17 +0000 (19:20 +0900)
commita4705d387f7874f9a5de3ee67861773a17691643
tree31d03557be1b010bf3511edef48321fb2c7341d6
parent34876c05a527a7295920979fce69cec6b4cb613c
ldtoa: Import gdtoa from OpenBSD.

- This patch uses gdtoa imported from OpenBSD if newlib configure
  option "--enable-newlib-use-gdtoa=no" is NOT specified.  gdtoa
  provides more accurate output and faster conversion than legacy
  ldtoa, while it requires more heap memory.
16 files changed:
newlib/README
newlib/configure
newlib/configure.ac
newlib/libc/include/machine/ieee.h [new file with mode: 0644]
newlib/libc/include/sys/config.h
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/gdtoa-dmisc.c [new file with mode: 0644]
newlib/libc/stdlib/gdtoa-gdtoa.c [new file with mode: 0644]
newlib/libc/stdlib/gdtoa-gmisc.c [new file with mode: 0644]
newlib/libc/stdlib/gdtoa-ldtoa.c [new file with mode: 0644]
newlib/libc/stdlib/gdtoa.h
newlib/libc/stdlib/gdtoaimp.h [new file with mode: 0644]
newlib/libc/stdlib/ldtoa.c
newlib/libc/stdlib/mprec.h
newlib/newlib.hin
This page took 0.029364 seconds and 5 git commands to generate.