From 6bbdbfdcdeac216c4a13edd04dee1f6d87bd33c8 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Fri, 10 Jan 2020 23:06:36 +0300 Subject: math: move x86_64 (l)lrint(f) functions to C with inline asm --- src/math/x86_64/lrintf.s | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/math/x86_64/lrintf.s (limited to 'src/math/x86_64/lrintf.s') diff --git a/src/math/x86_64/lrintf.s b/src/math/x86_64/lrintf.s deleted file mode 100644 index 488423d2..00000000 --- a/src/math/x86_64/lrintf.s +++ /dev/null @@ -1,5 +0,0 @@ -.global lrintf -.type lrintf,@function -lrintf: - cvtss2si %xmm0,%rax - ret -- cgit v1.2.1