History log of /seL4-refos-master/libs/libmuslc/src/math/i386_sel4/remquo.s
Revision Date Author Comments
# ad23771c 27-Mar-2012 nsz <nsz@port70.net>

math: fix typo in i386 remquof and remquol asm
(fldl instruction was used instead of flds and fldt)


# 7513d3ec 19-Mar-2012 Rich Felker <dalias@aerifal.cx>

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...


# 27deb538 19-Mar-2012 Rich Felker <dalias@aerifal.cx>

asm for remquo

this could perhaps use some additional testing for corner cases, but
it seems to be correct.