musl/src/fenv
Szabolcs Nagy 7e01b8f09b fenv: fix i386 fesetround for sse
i386 fenv code checks __hwcap for sse support, but in fesetround the sse
code was unconditionally jumped over after the test so the sse rounding
mode was never set.
2013-10-28 20:33:54 +00: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 fenv: fix i386 fesetround for sse 2013-10-28 20:33:54 +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