Date: Tue, 23 Dec 2008 22:20:59 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/arm _fpmath.h arith.h src/lib/libc/include fpmath.h src/lib/msun/src math_private.h src/sys/arm/include ieee.h Message-ID: <200812232226.mBNMQpt8054176@repoman.freebsd.org>
index | next in thread | raw e-mail
marcel 2008-12-23 22:20:59 UTC
FreeBSD src repository
Modified files:
lib/libc/arm _fpmath.h arith.h
lib/libc/include fpmath.h
lib/msun/src math_private.h
sys/arm/include ieee.h
Log:
SVN rev 186461 on 2008-12-23 22:20:59Z by marcel
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.
Obtained from: Juniper Networks, Inc
Revision Changes Path
1.5 +13 -2 src/lib/libc/arm/_fpmath.h
1.3 +1 -1 src/lib/libc/arm/arith.h
1.4 +9 -0 src/lib/libc/include/fpmath.h
1.27 +12 -2 src/lib/msun/src/math_private.h
1.3 +11 -0 src/sys/arm/include/ieee.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812232226.mBNMQpt8054176>
