summaryrefslogtreecommitdiff
path: root/src/fenv/x86_64
AgeCommit message (Expand)AuthorLines
2018-09-12make arch __fesetround backends hiddenRich Felker-0/+1
2014-02-09fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy-1/+1
2013-08-18fix fenv exception functions to mask their argumentSzabolcs Nagy-4/+7
2013-08-18optimize x86 feclearexcept: only use save/restore x87 fenv if neededSzabolcs Nagy-15/+11
2013-08-18add sse fenv support on i386 through hwcapSzabolcs Nagy-3/+0
2012-03-17try fixing/optimizing x86_64 fenv exception codeRich Felker-18/+23
2012-03-17fix x86_64 fe[gs]etround, analogous to nsz's x86 changesRich Felker-8/+9
2011-06-28use type directives for fenv asm functionsRich Felker-0/+7
2011-06-13x86_64 fenv support (untested; at least known to build successfully)Rich Felker-0/+88