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