musl/src/fenv
Rich Felker 75c450cff3 fenv support for ppc, untested
based on code sent to the mailing list by nsz, with minor changes.
2012-11-18 16:31:14 -05: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