summaryrefslogtreecommitdiff
path: root/src/fenv/fesetround.c
AgeCommit message (Collapse)AuthorLines
2018-09-12make arch __fesetround backends hiddenRich Felker-1/+2
these are not public interfaces and do not match the public function, but delegate argument checking to it.
2013-08-18fix fenv exception functions to mask their argumentSzabolcs Nagy-0/+23
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