From owner-cvs-all@FreeBSD.ORG Thu Mar 6 05:35:22 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB2941065670; Thu, 6 Mar 2008 05:35:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id CC6098FC13; Thu, 6 Mar 2008 05:35:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.14.2/8.14.2) with ESMTP id m265Yk2F091063; Wed, 5 Mar 2008 21:34:46 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.2/8.14.2/Submit) id m265Yk07091062; Wed, 5 Mar 2008 21:34:46 -0800 (PST) (envelope-from sgk) Date: Wed, 5 Mar 2008 21:34:46 -0800 From: Steve Kargl To: Mike Silbersack Message-ID: <20080306053446.GA90967@troutmask.apl.washington.edu> References: <200803051121.m25BLE03035426@repoman.freebsd.org> <20080305230954.X55190@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080305230954.X55190@odysseus.silby.com> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/include _types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 06 Mar 2008 05:35:23 -0000 On Wed, Mar 05, 2008 at 11:13:33PM -0600, Mike Silbersack wrote: > > 3) How does this change the operation of various programs in the ports > tree that use floating point, such as mplayer, mpg123, etc. Will this > cause different behavior when these apps are used on FreeBSD vs other > operating systems? IIRC, mplayer (as does several other ports) uses -ffast-math, which means mplayer doesn't care about the floating point. -- Steve