asm for remquo
authorRich Felker <dalias@aerifal.cx>
Mon, 19 Mar 2012 13:42:51 +0000 (09:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 19 Mar 2012 13:42:51 +0000 (09:42 -0400)
commit27deb538896b5c3b8ceca206ec505ff834c97300
tree9f7a69b5997510e68cffffb6bbfd093dab56871f
parent02db27d9deaee71b244c91e720ec819c74dab150
asm for remquo

this could perhaps use some additional testing for corner cases, but
it seems to be correct.
src/math/i386/remquo.s [new file with mode: 0644]
src/math/i386/remquof.s [new file with mode: 0644]
src/math/i386/remquol.s [new file with mode: 0644]