20 Commits (bfba15c9b96c2a42bd02f51ff10596a23a677926)

Author SHA1 Message Date
Rich Felker ebc87349fe fix invalid instruction mnemonics in powerpc fenv asm 13 years ago
Szabolcs Nagy a6b0170a7f fix fenv exception functions to mask their argument 13 years ago
Szabolcs Nagy d8764bf840 optimize x86 feclearexcept: only use save/restore x87 fenv if needed 13 years ago
Szabolcs Nagy ebc10fa176 add sse fenv support on i386 through hwcap 13 years ago
Szabolcs Nagy d684149910 fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0 13 years ago
Rich Felker 7318c62e64 support floating point environment (fenv) on armhf (hard float) subarchs 13 years ago
Rich Felker 75c450cff3 fenv support for ppc, untested 14 years ago
Rich Felker 0b52bf5c78 fix feholdexcept -- it needs to clear exceptions after saving environment 14 years ago
Szabolcs Nagy 68847ecd3a fenv: return FE_TONEAREST in dummy fegetround 14 years ago
Szabolcs Nagy 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 14 years ago
Rich Felker f321de9e0a floating point environment/exceptions support for mips 14 years ago
Rich Felker b60053e762 try fixing/optimizing x86_64 fenv exception code 14 years ago
Rich Felker 316e024f63 optimize x86 feclearexcept 14 years ago
Rich Felker 9cb6878e74 fix x86_64 fe[gs]etround, analogous to nsz's x86 changes 14 years ago
Rich Felker d5e576c752 minor 387 fenv optimizations 14 years ago
nsz 88cfaf8a14 fix i386 fegetround and make fesetround faster 14 years ago
Rich Felker e411827960 use type directives for fenv asm functions 15 years ago
Rich Felker 773b0fe447 x86_64 fenv support (untested; at least known to build successfully) 15 years ago
Rich Felker 52cf24a0f4 fix fesetround - it was writing to status word instead of control word 15 years ago
Rich Felker b09b78905b floating point environment, untested 15 years ago