Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: remove x86 modf asm | nsz | 2012-03-29 | 1 | -27/+0 |
| | | | | | the int part was wrong when -1 < x <= -0 (+0.0 instead of -0.0) and the size and performace gain of the asm version was negligible | ||||
* | x86_64 math asm, long double functions only | Rich Felker | 2012-03-20 | 1 | -0/+27 |
this has not been tested heavily, but it's known to at least assemble and run in basic usage cases. it's nearly identical to the corresponding i386 code, and thus expected to be just as correct or just as incorrect. |