From owner-svn-src-head@FreeBSD.ORG Mon Jun 3 19:16:50 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EC639828; Mon, 3 Jun 2013 19:16:50 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id D0B87110C; Mon, 3 Jun 2013 19:16:50 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r53JGoru089862; Mon, 3 Jun 2013 12:16:50 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r53JGoXK089861; Mon, 3 Jun 2013 12:16:50 -0700 (PDT) (envelope-from sgk) Date: Mon, 3 Jun 2013 12:16:50 -0700 From: Steve Kargl To: Steve Kargl Subject: Re: svn commit: r251339 - in head/lib/msun: ld128 ld80 Message-ID: <20130603191650.GA89580@troutmask.apl.washington.edu> References: <201306031913.r53JDjc5030838@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201306031913.r53JDjc5030838@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 19:16:51 -0000 On Mon, Jun 03, 2013 at 07:13:45PM +0000, Steve Kargl wrote: > Author: kargl > Date: Mon Jun 3 19:13:44 2013 > New Revision: 251339 > URL: http://svnweb.freebsd.org/changeset/base/251339 > > Log: > ld80/s_expl.c: > > * Use integral numerical constants, and let the compiler do the > conversion to long double. > > ld128/s_expl.c: > > * Use integral numerical constants, and let the compiler do the > conversion to long double. > * Use the ENTERI/RETURNI macros, which are no-ops on ld128. This > however makes the ld80 and ld128 identical. > > Reviewed by: bde (as part of larger diff) > With this patch, I have hopefully completed a series of changes to ld80/s_expl.c and ld128/s_expl.c, which have accumulated over the last 12-18 months. I tried to separate cosmetic and functional changes. Hopefully, I did not break anything. -- steve