AK: Add support for ARCH(AARCH64) to Platform.h

This commit is contained in:
James Mintram 2021-10-11 23:38:16 +01:00 committed by Linus Groh
parent 44e70d1bc0
commit af2761600d

View file

@ -14,6 +14,10 @@
# define AK_ARCH_X86_64 1
#endif
#ifdef __aarch64__
# define AK_ARCH_AARCH64 1
#endif
#if defined(__APPLE__) && defined(__MACH__)
# define AK_OS_MACOS
# define AK_OS_BSD_GENERIC