aboutsummaryrefslogtreecommitdiff
path: root/src/fenv/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix invalid instruction mnemonics in powerpc fenv asm•••there is no non-dot version of the andis instruction, but there's no harm in updating the flags anyway, so just use the dot version. Rich Felker2013-08-271-3/+3
* fix fenv exception functions to mask their argument•••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 Szabolcs Nagy2013-08-181-3/+6
* fenv support for ppc, untested•••based on code sent to the mailing list by nsz, with minor changes. Rich Felker2012-11-181-0/+120