Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-02-09 | fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit) | Szabolcs Nagy | -1/+1 |
2013-08-18 | fix fenv exception functions to mask their argument | Szabolcs Nagy | -4/+7 |
2013-08-18 | optimize x86 feclearexcept: only use save/restore x87 fenv if needed | Szabolcs Nagy | -15/+11 |
2013-08-18 | add sse fenv support on i386 through hwcap | Szabolcs Nagy | -3/+0 |
2012-03-17 | try fixing/optimizing x86_64 fenv exception code | Rich Felker | -18/+23 |
2012-03-17 | fix x86_64 fe[gs]etround, analogous to nsz's x86 changes | Rich Felker | -8/+9 |
2011-06-28 | use type directives for fenv asm functions | Rich Felker | -0/+7 |
2011-06-13 | x86_64 fenv support (untested; at least known to build successfully) | Rich Felker | -0/+88 |