Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+16 |
| | | | | Reviewed by: bde | ||||
* | Add parentheses where required. Without them, `sizeof LDBL_MAX' | das | 2012-01-20 | 1 | -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. | das | 2012-01-16 | 1 | -4/+6 |
| | |||||
* | Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for | das | 2012-01-16 | 1 | -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. | cognet | 2005-03-20 | 1 | -12/+17 |
| | |||||
* | Start all license statements with /*- | imp | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 1 | -2/+2 |
| | |||||
* | Import FreeBSD/arm kernel bits. | cognet | 2004-05-14 | 1 | -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. |