mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
AK: Add support for ARCH(AARCH64) to Platform.h
This commit is contained in:
parent
44e70d1bc0
commit
af2761600d
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
# define AK_ARCH_X86_64 1
|
# define AK_ARCH_X86_64 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __aarch64__
|
||||||
|
# define AK_ARCH_AARCH64 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__APPLE__) && defined(__MACH__)
|
#if defined(__APPLE__) && defined(__MACH__)
|
||||||
# define AK_OS_MACOS
|
# define AK_OS_MACOS
|
||||||
# define AK_OS_BSD_GENERIC
|
# define AK_OS_BSD_GENERIC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue