asm for modf functions
authorRich Felker <dalias@aerifal.cx>
Mon, 19 Mar 2012 09:56:41 +0000 (05:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 19 Mar 2012 09:56:41 +0000 (05:56 -0400)
commit1bf4dad32727ee17e6067caac6600ca0c5ab9f2d
tree039122cbca36ce1b6f7ee17343694df678880d5f
parent0b70a1e9a9651d21242c5b6da327ecab0f1a38a6
asm for modf functions
src/math/i386/modf.s [new file with mode: 0644]
src/math/i386/modff.s [new file with mode: 0644]
src/math/i386/modfl.s [new file with mode: 0644]