Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r257207, r261161, r261163: | ian | 2014-05-15 | 1 | -3/+3 |
| | | | | | | | | | Update the hard-float version of the fenv functions to use the VFP unit. Any other floating-point unit is unsupported on ARM. Use __fenv_static for all static inline functions. Correctly shift the mask when masking/unmasking exceptions. | ||||
* | Add an implementation of fenv.h intended for platforms that lack an FPU and | das | 2012-01-16 | 1 | -0/+184 |
use softfloat. Thanks to Ian Lepore for testing and debugging this patch. The fenv regression tests pass (at least for Ian's arm chip) with this change. |