summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/_fpmath.h
Commit message (Collapse)AuthorAgeFilesLines
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
| | | | | | endian the CPU is in, i.e. little-endian on most ARM cores. This allows ARMv4 and ARMv5 boards to boot with the ARM EABI.
* Correct some bugs that resulted from arm/_fpmath.h being blindly copieddas2012-01-161-1/+2
| | | | | | | from the x86 version, which has a completely different long double format. Submitted by: Maks Verver
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-2/+13
| | | | | | | | | 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
* Use the correct values for softfloat, in both the little endian and the bigcognet2005-03-201-5/+11
| | | | endian cases.
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-1/+2
| | | | | | | | bit in a long double. For architectures that don't have such a bit, LDBL_NBIT is 0. This makes it possible to say `mantissa & ~LDBL_NBIT' in places that previously used an #ifdef to select the right expression. The optimizer should dispense with the extra arithmetic when LDBL_NBIT is 0.
* Update my email address.das2005-02-061-1/+1
|
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+48
Obtained from: NetBSD
OpenPOWER on IntegriCloud