From 10de9053760cebe63598ccc6187982f1c01c2073 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 18 Feb 2021 19:48:52 +0200 Subject: [PATCH] ci: fix thirdparty/stdatomic/win/atomic.h (now __faststorefence is part of tcc's std headers) --- thirdparty/stdatomic/win/atomic.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/thirdparty/stdatomic/win/atomic.h b/thirdparty/stdatomic/win/atomic.h index 18879d21c..f6d7cf5d7 100644 --- a/thirdparty/stdatomic/win/atomic.h +++ b/thirdparty/stdatomic/win/atomic.h @@ -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) \ -- 2.30.2