Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix fesetenv(FE_DFL_ENV) on i386 | Szabolcs Nagy | 2014-02-09 | 1 | -1/+1 |
* | fenv: fix i386 fesetround for sse | Szabolcs Nagy | 2013-10-28 | 1 | -1/+1 |
* | fix fenv exception functions to mask their argument | Szabolcs Nagy | 2013-08-18 | 1 | -3/+6 |
* | optimize x86 feclearexcept: only use save/restore x87 fenv if needed | Szabolcs Nagy | 2013-08-18 | 1 | -12/+27 |
* | add sse fenv support on i386 through hwcap | Szabolcs Nagy | 2013-08-18 | 1 | -6/+61 |
* | fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0 | Szabolcs Nagy | 2013-08-18 | 1 | -2/+2 |
* | optimize x86 feclearexcept | Rich Felker | 2012-03-17 | 1 | -16/+20 |
* | minor 387 fenv optimizations | Rich Felker | 2012-03-17 | 1 | -6/+5 |
* | fix i386 fegetround and make fesetround faster | nsz | 2012-03-17 | 1 | -10/+10 |
* | use type directives for fenv asm functions | Rich Felker | 2011-06-28 | 1 | -0/+7 |
* | fix fesetround - it was writing to status word instead of control word | Rich Felker | 2011-06-13 | 1 | -3/+8 |
* | floating point environment, untested | Rich Felker | 2011-06-12 | 1 | -0/+75 |