Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-27 | math: fix typo in i386 remquof and remquol asm | nsz | 1 | -5/+5 | |
(fldl instruction was used instead of flds and fldt) | |||||
2012-03-19 | remquo asm: return quotient mod 8, as intended by the spec | Rich Felker | 1 | -17/+26 | |
this is a lot more efficient and also what is generally wanted. perhaps the bit shuffling could be more efficient... | |||||
2012-03-19 | asm for remquo | Rich Felker | 1 | -0/+41 | |
this could perhaps use some additional testing for corner cases, but it seems to be correct. |