summaryrefslogtreecommitdiff
path: root/arm64
AgeCommit message (Collapse)Author
2021-07-25libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions ↵cinap_lenrek
use usize
2021-02-08ape: sync flaot.h macros with u.hOri Bernstein
The float.h macros got out of sync with u.h, some of them missing and some of them being incorrect. This change brings them back in line.
2021-01-01ape: unify math.h copiesOri Bernstein
/$objtype/include/ape/math.h contained an almost identical copy of math.h for each architecture. The only difference between them architectures was that some had an incorrect version of isinf defined. This change picks one of the versions of math.h with a correct definition, moves it to /sys/include, and removes the redundant versions.
2020-03-24turn ptrdiff_t into a 64 bit typeOri Bernstein
while technically a 32 bit ptrdiff_t is in spec on systems with 64 bit ponters as long as we guarantee that individual objects are small enough, this can confuse legitimate code, so lets fix this.
2020-03-22add va_copy macro, conforming to c99 7.15.1.2Ori Bernstein
2019-09-06Include integer limits from generic stdint.h in system-specific stdint.hOri Bernstein
2019-05-03arm64: add mkfilecinap_lenrek
2019-05-03ape: initial support for arm64cinap_lenrek
2019-05-03libc: initial arm64 supportcinap_lenrek