fix for mac build (hopefully)

This commit is contained in:
2025-01-13 21:43:53 -05:00
parent cdbef8d656
commit 21cc8740ed

View File

@@ -230,7 +230,7 @@ extern "C" {
#define GB_CACHE_LINE_SIZE 128
#endif
#elif defined(__arm__)
#elif defined(__arm__) || defined(__aarch64__)
#ifndef GB_CPU_ARM
#define GB_CPU_ARM 1
#endif