From 959a1722faec6b30510c788c49dcb4b7cb96d1e0 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Fri, 20 Feb 2004 00:03:26 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V10_0_21mdk'. --- mdk-stage1/dietlibc/i386/asinh.S | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 mdk-stage1/dietlibc/i386/asinh.S (limited to 'mdk-stage1/dietlibc/i386/asinh.S') diff --git a/mdk-stage1/dietlibc/i386/asinh.S b/mdk-stage1/dietlibc/i386/asinh.S deleted file mode 100644 index 8c3964392..000000000 --- a/mdk-stage1/dietlibc/i386/asinh.S +++ /dev/null @@ -1,18 +0,0 @@ -.text -.global asinh -.type asinh,@function - -asinh: - fldln2 - fldl 4(%esp) - fld %st(0) - fmul %st(0),%st(0) - fld1 - faddp %st(0),%st(1) - fsqrt - faddp %st(0),%st(1) - fyl2x - ret - -.Lende: - .size asinh,.Lende-asinh -- cgit v1.2.1