math: move trivial x86-family sqrt functions to C with inline asm
authorAlexander Monakov <amonakov@ispras.ru>
Mon, 6 Jan 2020 16:35:57 +0000 (19:35 +0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Mar 2020 20:27:38 +0000 (16:27 -0400)
commit41b290ba397067a09525b6ac89b4040728349046
treef640cffb9884e28d0ff62fe27825f53eb32c459a
parentc24a9923863fc29af4a5249727fe800224fc3c44
math: move trivial x86-family sqrt functions to C with inline asm
src/math/i386/sqrtl.c [new file with mode: 0644]
src/math/i386/sqrtl.s [deleted file]
src/math/x86_64/sqrt.c [new file with mode: 0644]
src/math/x86_64/sqrt.s [deleted file]
src/math/x86_64/sqrtf.c [new file with mode: 0644]
src/math/x86_64/sqrtf.s [deleted file]
src/math/x86_64/sqrtl.c [new file with mode: 0644]
src/math/x86_64/sqrtl.s [deleted file]