Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-29 | math: remove x86 modf asm | nsz | 1 | -28/+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 | |||||
2012-03-19 | fix broken modf family functions | Rich Felker | 1 | -9/+22 | |
2012-03-19 | asm for modf functions | Rich Felker | 1 | -0/+15 | |