about summary refs log tree commit diff
path: root/src/fenv/x86_64
Commit message (Expand)AuthorAgeFilesLines
* fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy2014-02-091-1/+1
* fix fenv exception functions to mask their argumentSzabolcs Nagy2013-08-181-4/+7
* optimize x86 feclearexcept: only use save/restore x87 fenv if neededSzabolcs Nagy2013-08-181-15/+11
* add sse fenv support on i386 through hwcapSzabolcs Nagy2013-08-181-3/+0
* try fixing/optimizing x86_64 fenv exception codeRich Felker2012-03-171-18/+23
* fix x86_64 fe[gs]etround, analogous to nsz's x86 changesRich Felker2012-03-171-8/+9
* use type directives for fenv asm functionsRich Felker2011-06-281-0/+7
* x86_64 fenv support (untested; at least known to build successfully)Rich Felker2011-06-131-0/+88