mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix 64-bit arm detection.
This commit is contained in:
+1
-1
@@ -10167,7 +10167,7 @@ IMPLEMENTATION
|
||||
#define MA_X64
|
||||
#elif defined(__i386) || defined(_M_IX86)
|
||||
#define MA_X86
|
||||
#elif defined(__arm__) || defined(_M_ARM)
|
||||
#elif defined(__arm__) || defined(_M_ARM) || defined(__arm64) || defined(__arm64__) || defined(__aarch64__) || defined(_M_ARM64)
|
||||
#define MA_ARM
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user