Date: Mon, 3 Jun 2013 12:16:50 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Steve Kargl <kargl@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r251339 - in head/lib/msun: ld128 ld80 Message-ID: <20130603191650.GA89580@troutmask.apl.washington.edu> In-Reply-To: <201306031913.r53JDjc5030838@svn.freebsd.org> References: <201306031913.r53JDjc5030838@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130603191650.GA89580>