musl/src/fenv
Rich Felker 7318c62e64 support floating point environment (fenv) on armhf (hard float) subarchs
patch by nsz. I've tested it on an armhf machine and it seems to be
working correctly.
2013-08-16 12:30:37 -04:00
..
armebhf support floating point environment (fenv) on armhf (hard float) subarchs 2013-08-16 12:30:37 -04:00
armhf support floating point environment (fenv) on armhf (hard float) subarchs 2013-08-16 12:30:37 -04:00
i386 optimize x86 feclearexcept 2012-03-17 19:29:00 -04:00
mips floating point environment/exceptions support for mips 2012-10-18 20:19:53 -04:00
powerpc fenv support for ppc, untested 2012-11-18 16:31:14 -05:00
x86_64 try fixing/optimizing x86_64 fenv exception code 2012-03-17 20:10:02 -04: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 fenv: return FE_TONEAREST in dummy fegetround 2012-11-14 09:27:54 +01:00
fesetexceptflag.c floating point environment, untested 2011-06-12 15:58:15 -04:00
feupdateenv.c math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 2012-11-13 13:34:45 +01:00