| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | math: use fnstsw consistently instead of fstsw in x87 asm•••fnstsw does not wait for pending unmasked x87 floating-point exceptions and it is the same as fstsw when all exceptions are masked which is the only environment libc supports. | Szabolcs Nagy | 2014-11-05 | 1 | -1/+1 |
| * | math: add drem and dremf weak aliases to i386 remainder asm•••weak_alias was only in the c code, so drem was missing on platforms where remainder is implemented in asm. | Szabolcs Nagy | 2014-01-08 | 1 | -0/+3 |
| * | assembly optimizations for fmod/remainder functions | Rich Felker | 2012-03-18 | 1 | -0/+11 |
