summaryrefslogtreecommitdiff
path: root/src/fenv/aarch64/fenv.s
AgeCommit message (Collapse)AuthorLines
2018-09-12make arch __fesetround backends hiddenRich Felker-0/+1
these are not public interfaces and do not match the public function, but delegate argument checking to it.
2015-03-11add aarch64 portSzabolcs Nagy-0/+67
This adds complete aarch64 target support including bigendian subarch. Some of the long double math functions are known to be broken otherwise interfaces should be fully functional, but at this point consider this port experimental. Initial work on this port was done by Sireesh Tripurari and Kevin Bortis.