musl/src/fenv
2014-02-27 23:18:42 -05:00
..
armebhf support floating point environment (fenv) on armhf (hard float) subarchs 2013-08-16 12:30:37 -04:00
armhf fix fenv exception functions to mask their argument 2013-08-18 20:08:18 +00:00
i386 fix fesetenv(FE_DFL_ENV) on i386 2014-02-09 18:19:03 +01:00
mips fix fenv exception functions to mask their argument 2013-08-18 20:08:18 +00:00
mips-sf mips: add mips-sf subarch support (soft-float) 2014-02-24 23:16:29 +01:00
mipsel-sf add missing sub files for mipsel-sf to use softfloat code 2014-02-24 17:31:00 -05:00
powerpc fix invalid instruction mnemonics in powerpc fenv asm 2013-08-27 18:54:46 -04:00
sh rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
sh-nofpu add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
sheb-nofpu add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
x32 x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
x86_64 fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit) 2014-02-09 18:39:53 +01:00
fegetexceptflag.c floating point environment, untested 2011-06-12 15:58:15 -04:00
feholdexcept.c fix feholdexcept -- it needs to clear exceptions after saving environment 2012-11-18 16:10:20 -05:00
fenv.c fix fenv exception functions to mask their argument 2013-08-18 20:08:18 +00:00
fesetexceptflag.c floating point environment, untested 2011-06-12 15:58:15 -04:00
fesetround.c fix fenv exception functions to mask their argument 2013-08-18 20:08:18 +00:00
feupdateenv.c fix fenv exception functions to mask their argument 2013-08-18 20:08:18 +00:00