mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix thirdparty/stdatomic/win/atomic.h (now __faststorefence is part of tcc's std headers)
This commit is contained in:
parent
4878077c62
commit
10de905376
4
thirdparty/stdatomic/win/atomic.h
vendored
4
thirdparty/stdatomic/win/atomic.h
vendored
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user