about summary refs log tree commit diff
path: root/src/math/i386/remainderf.s
Commit message (Collapse)AuthorAgeFilesLines
* math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy2014-01-081-0/+3
| | | | | weak_alias was only in the c code, so drem was missing on platforms where remainder is implemented in asm.
* assembly optimizations for fmod/remainder functionsRich Felker2012-03-181-0/+11