summaryrefslogtreecommitdiff
path: root/src/math/i386/fmod.s
AgeCommit message (Collapse)AuthorFilesLines
2014-11-05math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy1-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.
2012-03-18assembly optimizations for fmod/remainder functionsRich Felker1-0/+11