svn commit: r251339 - in head/lib/msun: ld128 ld80

Steve Kargl sgk at troutmask.apl.washington.edu
Mon Jun 3 19:16:51 UTC 2013


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


More information about the svn-src-head mailing list