Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try fixing/optimizing x86_64 fenv exception code | Rich Felker | 2012-03-17 | 1 | -18/+23 |
* | optimize x86 feclearexcept | Rich Felker | 2012-03-17 | 1 | -16/+20 |
* | fix x86_64 fe[gs]etround, analogous to nsz's x86 changes | Rich Felker | 2012-03-17 | 1 | -8/+9 |
* | 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 | 2 | -0/+14 |
* | x86_64 fenv support (untested; at least known to build successfully) | Rich Felker | 2011-06-13 | 1 | -0/+88 |
* | 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 | 6 | -0/+144 |