summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/arith.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.
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-1/+1
| | | | | | | | | 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
* Provide definitions suitable for arm big-endian.cognet2006-11-061-0/+5
|
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+16
Obtained from: NetBSD
OpenPOWER on IntegriCloud