From owner-cvs-all@FreeBSD.ORG Tue Feb 22 12:26:51 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 945B216A4CE; Tue, 22 Feb 2005 12:26:51 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77C043D55; Tue, 22 Feb 2005 12:26:50 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.128] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j1MCQiFr041720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Feb 2005 13:26:47 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <421B24E2.7050800@portaone.com> Date: Tue, 22 Feb 2005 14:26:10 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Schultz References: <200502211604.j1LG4NNx037623@repoman.freebsd.org> In-Reply-To: <200502211604.j1LG4NNx037623@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/i387 Makefile.inc e_atan2.S e_atan2f.S s_atan.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: Tue, 22 Feb 2005 12:26:51 -0000 David Schultz wrote: > das 2005-02-21 16:04:23 UTC > > FreeBSD src repository > > Modified files: > lib/msun/i387 Makefile.inc > Removed files: > lib/msun/i387 e_atan2.S e_atan2f.S s_atan.S > Log: > Remove the i387 versions of atan(), atan2(), and atan2f(). > They are slower than the MI routines on modern hardware, > except for degenerate cases such as the Pentium 4. Well, it is worth probably nothing that 70-80% of machines running FreeBSD today fall into that degenerate case. How much slower MI ws MD on p4? -Maxim