diff --git a/src/dev/hsa/hsa.h b/src/dev/hsa/hsa.h index f7d15ba7e5..1c1f34083e 100644 --- a/src/dev/hsa/hsa.h +++ b/src/dev/hsa/hsa.h @@ -80,7 +80,7 @@ // Try to detect CPU endianness #if !defined(LITTLEENDIAN_CPU) && !defined(BIGENDIAN_CPU) #if defined(__i386__) || defined(__x86_64__) || defined(_M_IX86) || \ - defined(_M_X64) + defined(_M_X64) || defined(__aarch64__) #define LITTLEENDIAN_CPU #endif #endif