math: move x87-family remainder functions to C with inline asm
authorAlexander Monakov <amonakov@ispras.ru>
Tue, 14 Jan 2020 20:36:44 +0000 (23:36 +0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Mar 2020 20:31:36 +0000 (16:31 -0400)
commitb173e4262f65800ea488b4494125284779a61547
tree46cca9389969b9c15bde136bcdd477c80a670c60
parent51f4f8c512d682fe0c1a7a891909e75f416f20f6
math: move x87-family remainder functions to C with inline asm
src/math/i386/remainder.c [new file with mode: 0644]
src/math/i386/remainder.s [deleted file]
src/math/i386/remainderf.c [new file with mode: 0644]
src/math/i386/remainderf.s [deleted file]
src/math/i386/remainderl.c [new file with mode: 0644]
src/math/i386/remainderl.s [deleted file]
src/math/x86_64/remainderl.c [new file with mode: 0644]
src/math/x86_64/remainderl.s [deleted file]