ci: fix thirdparty/stdatomic/win/atomic.h (now __faststorefence is part of tcc's std headers)

pull/8826/head
Delyan Angelov 2021-02-18 19:48:52 +02:00
parent 4878077c62
commit 10de905376
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 0 additions and 4 deletions

View File

@ -122,10 +122,6 @@ __CRT_INLINE SHORT _InterlockedExchangeAdd16(SHORT volatile *Addend, SHORT Value
#define InterlockedIncrement64 _InterlockedExchangeAdd64
__CRT_INLINE VOID __faststorefence() {
__asm__ __volatile__ ("mfence");
}
#endif
#define atomic_store(object, desired) \