math: move x87-family rint functions to C with inline asm
authorAlexander Monakov <amonakov@ispras.ru>
Tue, 14 Jan 2020 11:53:38 +0000 (14:53 +0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Mar 2020 20:31:36 +0000 (16:31 -0400)
commit51f4f8c512d682fe0c1a7a891909e75f416f20f6
tree1d2d597d39a9604273a1d695f4ab7620f7e441a8
parent9443f1b5cfeba687f45b96572378519e81ff9a56
math: move x87-family rint functions to C with inline asm
src/math/i386/rint.c [new file with mode: 0644]
src/math/i386/rint.s [deleted file]
src/math/i386/rintf.c [new file with mode: 0644]
src/math/i386/rintf.s [deleted file]
src/math/i386/rintl.c [new file with mode: 0644]
src/math/i386/rintl.s [deleted file]
src/math/x86_64/rintl.c [new file with mode: 0644]
src/math/x86_64/rintl.s [deleted file]