From 9443f1b5cfeba687f45b96572378519e81ff9a56 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Sat, 11 Jan 2020 18:14:24 +0300 Subject: math: move x87-family lrint functions to C with inline asm --- src/math/i386/lrintl.s | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/math/i386/lrintl.s (limited to 'src/math/i386/lrintl.s') diff --git a/src/math/i386/lrintl.s b/src/math/i386/lrintl.s deleted file mode 100644 index 3ae05aac..00000000 --- a/src/math/i386/lrintl.s +++ /dev/null @@ -1,7 +0,0 @@ -.global lrintl -.type lrintl,@function -lrintl: - fldt 4(%esp) - fistpl 4(%esp) - mov 4(%esp),%eax - ret -- cgit v1.2.3