summaryrefslogtreecommitdiff
path: root/arch/aarch64/bits/stdint.h
AgeCommit message (Collapse)AuthorLines
2024-05-07stdint.h: derive limits from __LONG_MAX, use common fast16 typesRich Felker-20/+0
the bits file is retained, but as a single generic version, to allow for the unlikely future possibility of letting a new arch define something differently.
2015-03-11add aarch64 portSzabolcs Nagy-0/+20
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.