Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 07:26:26 +1000 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
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: r240827 - head/lib/msun/src
Message-ID:  <20120923072608.J1963@besplex.bde.org>
In-Reply-To: <201209221519.q8MFJBNu089692@svn.freebsd.org>
References:  <201209221519.q8MFJBNu089692@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 22 Sep 2012, Steve Kargl wrote:

> Log:
>  * Make STRICT_ALIGN() work for doubles as well as for floats.  This
>    only affects i386.  The double case was intentionally left broken
>    as an optimization, but we are getting closer to supporting
>    applications and/or kernels that change the (FreeBSD i386) default
>    rounding precision from FP_PD to FP_PE and never change it back,
>    and this requires the STRICT_ALIGN()s that were added to support
>    FP_PE to actually work in all precisions.
>
>  * Remove an extraneous semicolon at the end of a macro that was
>    supposed to be function-like.
>
>  Submitted by:	bde
>  Approved by:	das (mentor)

Thanks.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120923072608.J1963>