summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/slang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slang.h b/include/slang.h
index e61c3cd7f..d65362762 100644
--- a/include/slang.h
+++ b/include/slang.h
@@ -422,7 +422,7 @@ convention for interface methods.
#endif
#elif defined(__arm__)
#define SLANG_PROCESSOR_ARM 1
-#elif defined(_M_ARM64) || defined(__aarch64__)
+#elif defined(_M_ARM64) || defined(__aarch64__) || defined(__ARM_ARCH_ISA_A64)
#define SLANG_PROCESSOR_ARM_64 1
#elif defined(__EMSCRIPTEN__)
#define SLANG_PROCESSOR_WASM 1