cosmopolitan/libc/intrin/aarch64
Justine Tunney 1422e96b4e
Introduce native support for MacOS ARM64
There's a new program named ape/ape-m1.c which will be used to build an
embeddable binary that can load ape and elf executables. The support is
mostly working so far, but still chasing down ABI issues.
2023-05-20 04:17:03 -07:00
..
asmdefs.h Make AARCH64 harder, better, faster, stronger 2023-05-15 02:15:34 -07:00
memchr.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
memcmp.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
memcpy.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
memrchr.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
memset.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
stpcpy.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strchr.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strchrnul.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strcmp.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strcpy.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strlen.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strncmp.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strnlen.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
strrchr.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00