about summary refs log tree commit diff
path: root/src/fenv
Commit message (Expand)AuthorAgeFilesLines
* 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
* floating point environment, untestedRich Felker2011-06-126-0/+144