math: move x86_64 (l)lrint(f) functions to C with inline asm
authorAlexander Monakov <amonakov@ispras.ru>
Fri, 10 Jan 2020 20:06:36 +0000 (23:06 +0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Mar 2020 20:31:36 +0000 (16:31 -0400)
commit6bbdbfdcdeac216c4a13edd04dee1f6d87bd33c8
tree84636c660b5f360ed5545824ebf4d747bed8e60f
parentacfe6d033eafe12d61ad91f496850b1bf58c6f98
math: move x86_64 (l)lrint(f) functions to C with inline asm
src/math/x86_64/llrint.c [new file with mode: 0644]
src/math/x86_64/llrint.s [deleted file]
src/math/x86_64/llrintf.c [new file with mode: 0644]
src/math/x86_64/llrintf.s [deleted file]
src/math/x86_64/lrint.c [new file with mode: 0644]
src/math/x86_64/lrint.s [deleted file]
src/math/x86_64/lrintf.c [new file with mode: 0644]
src/math/x86_64/lrintf.s [deleted file]