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 2ae2fee + b175cc8 commit 01731cfCopy full SHA for 01731cf
stdlib/public/SwiftShims/RefCount.h
@@ -1610,19 +1610,6 @@ static_assert(sizeof(InlineRefCounts) == sizeof(__swift_uintptr_t),
1610
static_assert(__alignof(InlineRefCounts) == __alignof(__swift_uintptr_t),
1611
"InlineRefCounts must be pointer-aligned");
1612
1613
-#if defined(_WIN32) && defined(_M_ARM64)
1614
-#if defined(__cplusplus)
1615
-namespace std {
1616
-template <>
1617
-inline void _Atomic_storage<swift::SideTableRefCountBits, 16>::_Unlock() const noexcept {
1618
- __dmb(0x8);
1619
- __iso_volatile_store32(&reinterpret_cast<volatile int &>(_Spinlock), 0);
1620
1621
-}
1622
1623
-#endif
1624
1625
-
1626
#endif // !defined(__swift__)
1627
1628
#endif
0 commit comments