diff options
Diffstat (limited to 'lib/arch.h')
-rw-r--r-- | lib/arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ static_assert(false, "Matcha Threads only supported on Linux!"); #if defined(__x86_64__) || defined(__amd64__) # include "arch/x86_64/api.h" +#elif defined(__aarch64__) +# include "arch/arm64/api.h" #else static_assert(false, "Matcha Threads only supported on x86_64!"); #endif |