Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-06-13 | x86_64 fenv support (untested; at least known to build successfully) | Rich Felker | -0/+88 | |
2011-06-13 | fix fesetround - it was writing to status word instead of control word | Rich Felker | -3/+8 | |
2011-06-12 | floating point environment, untested | Rich Felker | -0/+144 | |
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. |