aboutsummaryrefslogtreecommitdiff
path: root/src/math/i386/remquo.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* math: fix typo in i386 remquof and remquol asm•••(fldl instruction was used instead of flds and fldt) nsz2012-03-271-5/+5
* remquo asm: return quotient mod 8, as intended by the spec•••this is a lot more efficient and also what is generally wanted. perhaps the bit shuffling could be more efficient... Rich Felker2012-03-191-17/+26
* asm for remquo•••this could perhaps use some additional testing for corner cases, but it seems to be correct. Rich Felker2012-03-191-0/+41