about summary refs log tree commit diff
path: root/src/math/i386/modff.s
Commit message (Collapse)AuthorAgeFilesLines
* math: remove x86 modf asmnsz2012-03-291-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
* fix broken modf family functionsRich Felker2012-03-191-9/+22
|
* asm for modf functionsRich Felker2012-03-191-0/+15