about summary refs log tree commit diff
path: root/src/fenv
Commit message (Expand)AuthorAgeFilesLines
* riscv64: fix fesetenv(FE_DFL_ENV) crashRuinland ChuanTzu Tsai2019-12-071-1/+4
* add riscv64 architecture supportRich Felker2019-06-142-0/+56
* fix fesetround error checkingSzabolcs Nagy2018-10-101-6/+5
* reduce spurious inclusion of libc.hRich Felker2018-09-124-4/+4
* make arch __fesetround backends hiddenRich Felker2018-09-1214-4/+18
* add m68k portRich Felker2018-06-191-0/+84
* add s390x portBobby Bingham2016-11-111-0/+55
* add powerpc64 portBobby Bingham2016-05-081-0/+68
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-182-0/+73
* add powerpc soft-float supportFelix Fietkau2016-03-062-18/+27
* add mips64 portRich Felker2016-03-062-0/+74
* switch arm, sh, and mips fenv asm from .sub system to .S filesRich Felker2016-01-2012-6/+21
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asmSzabolcs Nagy2015-11-051-10/+10
* declare fpu usage to the assembler in arm hard-float asm filesSzabolcs Nagy2015-10-191-0/+2
* fix mips fesetround failure to write back resulting modeRich Felker2015-10-011-0/+1
* fix mips fesetenv(FE_DFL_ENV) againRich Felker2015-04-171-0/+1
* add aarch64 portSzabolcs Nagy2015-03-111-0/+67
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-0/+19
* simplify armhf fesetenvSzabolcs Nagy2015-02-081-1/+0
* fix fesetenv(FE_DFL_ENV) on mipsSzabolcs Nagy2015-02-081-1/+3
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-272-0/+2
* rename superh port to "sh" for consistencyRich Felker2014-02-271-0/+0
* add missing sub files for mipsel-sf to use softfloat codeRich Felker2014-02-241-0/+1
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-241-0/+1
* superh portBobby Bingham2014-02-231-0/+74
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-26/+26
* import vanilla x86_64 code as x32rofl0r2014-02-231-0/+97
* fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy2014-02-091-1/+1
* fix fesetenv(FE_DFL_ENV) on i386Szabolcs Nagy2014-02-091-1/+1
* fenv: fix i386 fesetround for sseSzabolcs Nagy2013-10-281-1/+1
* fix invalid instruction mnemonics in powerpc fenv asmRich Felker2013-08-271-3/+3
* fix fenv exception functions to mask their argumentSzabolcs Nagy2013-08-188-18/+55
* optimize x86 feclearexcept: only use save/restore x87 fenv if neededSzabolcs Nagy2013-08-182-27/+38
* add sse fenv support on i386 through hwcapSzabolcs Nagy2013-08-182-9/+61
* fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0Szabolcs Nagy2013-08-181-2/+2
* support floating point environment (fenv) on armhf (hard float) subarchsRich Felker2013-08-163-0/+62
* fenv support for ppc, untestedRich Felker2012-11-181-0/+120
* fix feholdexcept -- it needs to clear exceptions after saving environmentRich Felker2012-11-181-0/+1
* fenv: return FE_TONEAREST in dummy fegetroundSzabolcs Nagy2012-11-141-1/+1
* math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy2012-11-131-0/+1
* floating point environment/exceptions support for mipsRich Felker2012-10-181-0/+60
* try fixing/optimizing x86_64 fenv exception codeRich Felker2012-03-171-18/+23
* optimize x86 feclearexceptRich Felker2012-03-171-16/+20
* fix x86_64 fe[gs]etround, analogous to nsz's x86 changesRich Felker2012-03-171-8/+9
* minor 387 fenv optimizationsRich Felker2012-03-171-6/+5
* fix i386 fegetround and make fesetround fasternsz2012-03-171-10/+10
* use type directives for fenv asm functionsRich Felker2011-06-282-0/+14
* x86_64 fenv support (untested; at least known to build successfully)Rich Felker2011-06-131-0/+88
* fix fesetround - it was writing to status word instead of control wordRich Felker2011-06-131-3/+8