Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: add drem and dremf weak aliases to i386 remainder asm | Szabolcs Nagy | 2014-01-08 | 1 | -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 functions | Rich Felker | 2012-03-18 | 1 | -0/+11 |