Date: Tue, 6 Jan 2009 16:45:37 -0500 From: David Schultz <das@FreeBSD.ORG> To: Marcel Moolenaar <marcel@FreeBSD.ORG> Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r186461 - in head: lib/libc/arm lib/libc/include lib/msun/src sys/arm/include Message-ID: <20090106214537.GA16219@zim.MIT.EDU> In-Reply-To: <200812232220.mBNMKx62015133@svn.freebsd.org> References: <200812232220.mBNMKx62015133@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 23, 2008, Marcel Moolenaar wrote: > Author: marcel > Date: Tue Dec 23 22:20:59 2008 > New Revision: 186461 > URL: http://svn.freebsd.org/changeset/base/186461 > > Log: > Add support for the FPA floating-point format on ARM. The > FPA floating-point format is identical to the VFP format, > but is always stored in big-endian. > Introduce _IEEE_WORD_ORDER to describe the byte-order of > the FP representation. There may be a few other files that assume that the word order and the byte order are the same, e.g., lib/libc/arm/gen/infinity.c lib/libc/gen/ldexp.c lib/msun/src/s_cbrt.c lib/msun/src/s_nan.c The last three ideally shouldn't...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090106214537.GA16219>