From 51f4f8c512d682fe0c1a7a891909e75f416f20f6 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Tue, 14 Jan 2020 14:53:38 +0300 Subject: math: move x87-family rint functions to C with inline asm --- src/math/i386/rint.s | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/math/i386/rint.s (limited to 'src/math/i386/rint.s') diff --git a/src/math/i386/rint.s b/src/math/i386/rint.s deleted file mode 100644 index bb99a11c..00000000 --- a/src/math/i386/rint.s +++ /dev/null @@ -1,6 +0,0 @@ -.global rint -.type rint,@function -rint: - fldl 4(%esp) - frndint - ret -- cgit 1.4.1