OSDN Git Service

- add C99 floating point environment, rounding and exception handling functions
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 19 Jan 2008 15:23:14 +0000 (15:23 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 19 Jan 2008 15:23:14 +0000 (15:23 -0000)
commitbce5bba7a01fb090f67fec5f79218c505c841af3
treee7d7dfc12cae1f1474800071fbc4633fa509ef6e
parentd22976dd5e16e8719abd5c542e17427eeece7ff6
- add C99 floating point environment, rounding and exception handling functions
  for i386. UCLIBC_HAS_FENV
17 files changed:
Makefile.in
extra/Configs/Config.in.arch
libm/i386/Makefile.arch [new file with mode: 0644]
libm/i386/fclrexcpt.c [new file with mode: 0644]
libm/i386/fedisblxcpt.c [new file with mode: 0644]
libm/i386/feenablxcpt.c [new file with mode: 0644]
libm/i386/fegetenv.c [new file with mode: 0644]
libm/i386/fegetexcept.c [new file with mode: 0644]
libm/i386/fegetround.c [new file with mode: 0644]
libm/i386/feholdexcpt.c [new file with mode: 0644]
libm/i386/fesetenv.c [new file with mode: 0644]
libm/i386/fesetround.c [new file with mode: 0644]
libm/i386/feupdateenv.c [new file with mode: 0644]
libm/i386/fgetexcptflg.c [new file with mode: 0644]
libm/i386/fraiseexcpt.c [new file with mode: 0644]
libm/i386/fsetexcptflg.c [new file with mode: 0644]
libm/i386/ftestexcept.c [new file with mode: 0644]