Age | Commit message (Expand) | Author | Files | Lines |
2015-04-17 | fix mips fesetenv(FE_DFL_ENV) again | Rich Felker | 1 | -0/+1 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 1 | -0/+67 |
2015-03-07 | fix FLT_ROUNDS to reflect the current rounding mode | Szabolcs Nagy | 1 | -0/+19 |
2015-02-08 | simplify armhf fesetenv | Szabolcs Nagy | 1 | -1/+0 |
2015-02-08 | fix fesetenv(FE_DFL_ENV) on mips | Szabolcs Nagy | 1 | -1/+3 |
2014-02-27 | add nofpu subarchs to the sh arch, and properly detect compiler's fpu config | Rich Felker | 2 | -0/+2 |
2014-02-27 | rename superh port to "sh" for consistency | Rich Felker | 1 | -0/+0 |
2014-02-24 | add missing sub files for mipsel-sf to use softfloat code | Rich Felker | 1 | -0/+1 |
2014-02-24 | mips: add mips-sf subarch support (soft-float) | Szabolcs Nagy | 1 | -0/+1 |
2014-02-23 | superh port | Bobby Bingham | 1 | -0/+74 |
2014-02-23 | x32 port (diff against vanilla x86_64) | rofl0r | 1 | -26/+26 |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | 1 | -0/+97 |
2014-02-09 | fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit) | Szabolcs Nagy | 1 | -1/+1 |
2014-02-09 | fix fesetenv(FE_DFL_ENV) on i386 | Szabolcs Nagy | 1 | -1/+1 |
2013-10-28 | fenv: fix i386 fesetround for sse | Szabolcs Nagy | 1 | -1/+1 |
2013-08-27 | fix invalid instruction mnemonics in powerpc fenv asm | Rich Felker | 1 | -3/+3 |
2013-08-18 | fix fenv exception functions to mask their argument | Szabolcs Nagy | 8 | -18/+55 |
2013-08-18 | optimize x86 feclearexcept: only use save/restore x87 fenv if needed | Szabolcs Nagy | 2 | -27/+38 |
2013-08-18 | add sse fenv support on i386 through hwcap | Szabolcs Nagy | 2 | -9/+61 |
2013-08-18 | fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0 | Szabolcs Nagy | 1 | -2/+2 |
2013-08-16 | support floating point environment (fenv) on armhf (hard float) subarchs | Rich Felker | 3 | -0/+62 |
2012-11-18 | fenv support for ppc, untested | Rich Felker | 1 | -0/+120 |
2012-11-18 | fix feholdexcept -- it needs to clear exceptions after saving environment | Rich Felker | 1 | -0/+1 |
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 |