musl/src/fenv
Rich Felker ebc87349fe fix invalid instruction mnemonics in powerpc fenv asm
there is no non-dot version of the andis instruction, but there's no
harm in updating the flags anyway, so just use the dot version.
2013-08-27 18:54:46 -04: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 fenv exception functions to mask their argument 2013-08-18 20:08:18 +00:00
mips fix fenv exception functions to mask their argument 2013-08-18 20:08:18 +00:00
powerpc fix invalid instruction mnemonics in powerpc fenv asm 2013-08-27 18:54:46 -04:00
x86_64 fix fenv exception functions to mask their argument 2013-08-18 20:08:18 +00: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