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