Skip to content

Commit b5e3ab5

Browse files
authored
Merge pull request #67200 from compnerd/arm64-spelling
Runtime: add MSVC architecture spelling (NFCI)
2 parents 06d7403 + 39c238a commit b5e3ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/Atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#endif
3939

4040

41-
#if defined(_M_ARM) || defined(__arm__) || defined(__aarch64__)
41+
#if defined(_M_ARM) || defined(_M_ARM64) || defined(__arm__) || defined(__aarch64__)
4242
#define SWIFT_HAS_MSVC_ARM_ATOMICS 1
4343
#else
4444
#define SWIFT_HAS_MSVC_ARM_ATOMICS 0

0 commit comments

Comments
 (0)