Commit Graph

3 Commits

Author SHA1 Message Date
Rich Felker 773b0fe447 x86_64 fenv support (untested; at least known to build successfully) 2011-06-13 13:37:43 -04:00
Rich Felker 52cf24a0f4 fix fesetround - it was writing to status word instead of control word 2011-06-13 13:37:16 -04:00
Rich Felker b09b78905b floating point environment, untested
at present the i386 code does not support sse floating point, which is
not part of the standard i386 abi. while it may be desirable to
support it later, doing so will reduce performance and require some
tricks to probe if sse support is present.

this first commit is i386-only, but it should be trivial to port the
asm to x86_64.
2011-06-12 15:58:15 -04:00