From owner-cvs-all@FreeBSD.ORG Thu May 1 08:54:33 2003 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 B952C37B401; Thu, 1 May 2003 08:54:33 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D734F43FBF; Thu, 1 May 2003 08:54:32 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h41FsNm2044850; Thu, 1 May 2003 08:54:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h41FsMTk044849; Thu, 1 May 2003 08:54:22 -0700 (PDT) Date: Thu, 1 May 2003 08:54:22 -0700 From: "David O'Brien" To: Maxim Sobolev Message-ID: <20030501155422.GB43607@dragon.nuxi.com> References: <200304301621.h3UGL3Kl034314@repoman.freebsd.org> <20030430232423.GD85015@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030430232423.GD85015@vega.vega.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/amd64/gen fabs.S modf.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 15:54:34 -0000 On Thu, May 01, 2003 at 02:24:23AM +0300, Maxim Sobolev wrote: > Does this mean that it is theoretically possible to use those > and other similar functions on SSE2-capable ia32 processors, such > as p4, instead of x87 FPU ones? Probably. You'll have to do a little /%r/%e/ action.