summaryrefslogtreecommitdiff
path: root/src/fenv/i386
AgeCommit message (Expand)AuthorFilesLines
2018-09-12make arch __fesetround backends hiddenRich Felker1-0/+1
2014-02-09fix fesetenv(FE_DFL_ENV) on i386Szabolcs Nagy1-1/+1
2013-10-28fenv: fix i386 fesetround for sseSzabolcs Nagy1-1/+1
2013-08-18fix fenv exception functions to mask their argumentSzabolcs Nagy1-3/+6
2013-08-18optimize x86 feclearexcept: only use save/restore x87 fenv if neededSzabolcs Nagy1-12/+27
2013-08-18add sse fenv support on i386 through hwcapSzabolcs Nagy1-6/+61
2013-08-18fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0Szabolcs Nagy1-2/+2
2012-03-17optimize x86 feclearexceptRich Felker1-16/+20
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 Felker1-0/+7
2011-06-13fix fesetround - it was writing to status word instead of control wordRich Felker1-3/+8
2011-06-12floating point environment, untestedRich Felker1-0/+75