math: move x87-family fmod functions to C with inline asm
authorAlexander Monakov <amonakov@ispras.ru>
Wed, 15 Jan 2020 15:42:46 +0000 (18:42 +0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Mar 2020 20:31:36 +0000 (16:31 -0400)
commitbc87299ce72a52f4debf9fc19d859abe34dbdf43
tree95763fe2cf648fe78c7cf2ce273d86b589050152
parentb173e4262f65800ea488b4494125284779a61547
math: move x87-family fmod functions to C with inline asm
src/math/i386/fmod.c [new file with mode: 0644]
src/math/i386/fmod.s [deleted file]
src/math/i386/fmodf.c [new file with mode: 0644]
src/math/i386/fmodf.s [deleted file]
src/math/i386/fmodl.c [new file with mode: 0644]
src/math/i386/fmodl.s [deleted file]
src/math/x86_64/fmodl.c [new file with mode: 0644]
src/math/x86_64/fmodl.s [deleted file]