summaryrefslogtreecommitdiff
path: root/src/fenv
AgeCommit message (Expand)AuthorFilesLines
2012-03-17try fixing/optimizing x86_64 fenv exception codeRich Felker1-18/+23
2012-03-17optimize x86 feclearexceptRich Felker1-16/+20
2012-03-17fix x86_64 fe[gs]etround, analogous to nsz's x86 changesRich Felker1-8/+9
2012-03-17minor 387 fenv optimizationsRich Felker1-6/+5
2012-03-17fix i386 fegetround and make fesetround fasternsz1-10/+10
2011-06-28use type directives for fenv asm functionsRich Felker2-0/+14
2011-06-13x86_64 fenv support (untested; at least known to build successfully)Rich Felker1-0/+88
2011-06-13fix fesetround - it was writing to status word instead of control wordRich Felker1-3/+8
2011-06-12floating point environment, untestedRich Felker6-0/+144