summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/float.h
Commit message (Collapse)AuthorAgeFilesLines
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+16
| | | | Reviewed by: bde
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-3/+3
| | | | | is a syntax error and shouldn't be, while `1 FLT_ROUNDS' isn't a syntax error and should be. Thanks to bde for the examples.
* Fix the definition of FLT_EVAL_METHOD and some minor bugs.das2012-01-161-4/+6
|
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support fordas2012-01-161-1/+5
| | | | | | | | dynamic rounding modes, but FPUless chips that use softfloat can support it because everything is emulated anyway. (We presently have incomplete support for hardware FPUs.) Submitted by: Ian Lepore
* Bring in a version of float.h more correct for softfloat.cognet2005-03-201-12/+17
|
* Start all license statements with /*-imp2005-01-051-1/+1
|
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-2/+2
|
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+75
It only supports sa1110 (on simics) right now, but xscale support should come soon. Some of the initial work has been provided by : Stephane Potvin <sepotvin at videotron.ca> Most of this comes from NetBSD.
OpenPOWER on IntegriCloud