assembly optimizations for fmod/remainder functions
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Mar 2012 21:09:34 +0000 (17:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Mar 2012 21:09:34 +0000 (17:09 -0400)
commitb935147761d1770bb115f09f8c28ddb4d36e1236
treeb96d46d662c717fffb0f0364e3cd07f009a06af1
parent8d9e948652eb8381f1f376cbd0c9bc5e2947d150
assembly optimizations for fmod/remainder functions
src/math/i386/fmod.s [new file with mode: 0644]
src/math/i386/fmodf.s [new file with mode: 0644]
src/math/i386/fmodl.s [new file with mode: 0644]
src/math/i386/remainder.s [new file with mode: 0644]
src/math/i386/remainderf.s [new file with mode: 0644]
src/math/i386/remainderl.s [new file with mode: 0644]
src/math/x86_64/fmodl.s [new file with mode: 0644]
src/math/x86_64/remainderl.s [new file with mode: 0644]