Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix fenv exception functions to mask their argument | Szabolcs Nagy | 2013-08-18 | 1 | -3/+6 |
| | | | | | | | | | | | fesetround.c is a wrapper to do the arch independent argument check (on archs where rounding mode is not stored in 2 bits __fesetround still has to check its arguments) on powerpc fe*except functions do not accept the extra invalid flags of its fpscr register the useless FENV_ACCESS pragma was removed from feupdateenv | ||||
* | support floating point environment (fenv) on armhf (hard float) subarchs | Rich Felker | 2013-08-16 | 2 | -0/+61 |
patch by nsz. I've tested it on an armhf machine and it seems to be working correctly. |