Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-11-14 | fenv: return FE_TONEAREST in dummy fegetround | Szabolcs Nagy | 1 | -1/+1 |
2012-11-13 | math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed | Szabolcs Nagy | 1 | -0/+1 |
2012-10-18 | floating point environment/exceptions support for mips | Rich Felker | 1 | -0/+60 |
2012-03-17 | try fixing/optimizing x86_64 fenv exception code | Rich Felker | 1 | -18/+23 |
2012-03-17 | optimize x86 feclearexcept | Rich Felker | 1 | -16/+20 |
2012-03-17 | fix x86_64 fe[gs]etround, analogous to nsz's x86 changes | Rich Felker | 1 | -8/+9 |
2012-03-17 | minor 387 fenv optimizations | Rich Felker | 1 | -6/+5 |
2012-03-17 | fix i386 fegetround and make fesetround faster | nsz | 1 | -10/+10 |
2011-06-28 | use type directives for fenv asm functions | Rich Felker | 2 | -0/+14 |
2011-06-13 | x86_64 fenv support (untested; at least known to build successfully) | Rich Felker | 1 | -0/+88 |
2011-06-13 | fix fesetround - it was writing to status word instead of control word | Rich Felker | 1 | -3/+8 |
2011-06-12 | floating point environment, untested | Rich Felker | 6 | -0/+144 |