about summary refs log tree commit diff
path: root/src/math/i386/fmodl.s
Commit message (Collapse)AuthorAgeFilesLines
* math: move x87-family fmod functions to C with inline asmAlexander Monakov2020-03-241-11/+0
|
* math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy2014-11-051-1/+1
| | | | | | 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.
* assembly optimizations for fmod/remainder functionsRich Felker2012-03-181-0/+11