From owner-cvs-all@FreeBSD.ORG Sun Feb 20 22:51:09 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1129016A4CE; Sun, 20 Feb 2005 22:51:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D875D43D2F; Sun, 20 Feb 2005 22:51:08 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1KMp8d3068541; Sun, 20 Feb 2005 22:51:08 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1KMp83X068540; Sun, 20 Feb 2005 22:51:08 GMT (envelope-from das) Message-Id: <200502202251.j1KMp83X068540@repoman.freebsd.org> From: David Schultz Date: Sun, 20 Feb 2005 22:51:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/i387 Makefile.inc e_acos.S e_asin.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 22:51:09 -0000 das 2005-02-20 22:51:08 UTC FreeBSD src repository Modified files: lib/msun/i387 Makefile.inc Removed files: lib/msun/i387 e_acos.S e_asin.S Log: Remove i387 versions of asin() and acos(). Although the hardware instruction was faster on the 486, it's slower than our MD version on modern processors. Determined by: bde PR: 67469 Revision Changes Path 1.3 +1 -1 src/lib/msun/i387/Makefile.inc 1.9 +0 -56 src/lib/msun/i387/e_acos.S (dead) 1.9 +0 -55 src/lib/msun/i387/e_asin.S (dead)