about summary refs log tree commit diff
path: root/src/math/i386/remquo.s
Commit message (Expand)AuthorAgeFilesLines
* math: fix typo in i386 remquof and remquol asmnsz2012-03-271-5/+5
* remquo asm: return quotient mod 8, as intended by the specRich Felker2012-03-191-17/+26
* asm for remquoRich Felker2012-03-191-0/+41