summaryrefslogtreecommitdiff
path: root/src/fenv/i386
AgeCommit message (Expand)AuthorLines
2013-10-28fenv: fix i386 fesetround for sseSzabolcs Nagy-1/+1
2013-08-18fix fenv exception functions to mask their argumentSzabolcs Nagy-3/+6
2013-08-18optimize x86 feclearexcept: only use save/restore x87 fenv if neededSzabolcs Nagy-12/+27
2013-08-18add sse fenv support on i386 through hwcapSzabolcs Nagy-6/+61
2013-08-18fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0Szabolcs Nagy-2/+2
2012-03-17optimize x86 feclearexceptRich Felker-16/+20
2012-03-17minor 387 fenv optimizationsRich Felker-6/+5
2012-03-17fix i386 fegetround and make fesetround fasternsz-10/+10
2011-06-28use type directives for fenv asm functionsRich Felker-0/+7
2011-06-13fix fesetround - it was writing to status word instead of control wordRich Felker-3/+8
2011-06-12floating point environment, untestedRich Felker-0/+75