We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b721488 + cd7d105 commit cc8f0bbCopy full SHA for cc8f0bb
stdlib/public/runtime/Metadata.cpp
@@ -6123,17 +6123,6 @@ const HeapObject *swift_getKeyPathImpl(const void *pattern,
6123
#define OVERRIDE_WITNESSTABLE COMPATIBILITY_OVERRIDE
6124
#include COMPATIBILITY_OVERRIDE_INCLUDE_PATH
6125
6126
-#if defined(_WIN32) && defined(_M_ARM64)
6127
-namespace std {
6128
-template <>
6129
-inline void _Atomic_storage<::PoolRange, 16>::_Unlock() const noexcept {
6130
- __dmb(0x8);
6131
- __iso_volatile_store32(&reinterpret_cast<volatile int &>(_Spinlock), 0);
6132
6133
-}
6134
6135
-#endif
6136
-
6137
// Autolink with libc++, for cases where libswiftCore is linked statically.
6138
#if defined(__MACH__)
6139
asm(".linker_option \"-lc++\"\n");
0 commit comments