about summary refs log tree commit diff
path: root/src/fenv
Commit message (Expand)AuthorAgeFilesLines
* 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