mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Runtime: add MSVC architecture spelling (NFCI)
Add `_M_ARM64` to mirror `__aarch64__`.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(_M_ARM) || defined(__arm__) || defined(__aarch64__)
|
||||
#if defined(_M_ARM) || defined(_M_ARM64) || defined(__arm__) || defined(__aarch64__)
|
||||
#define SWIFT_HAS_MSVC_ARM_ATOMICS 1
|
||||
#else
|
||||
#define SWIFT_HAS_MSVC_ARM_ATOMICS 0
|
||||
|
||||
Reference in New Issue
Block a user