From defb0135feb3ec50933cd53b4bf7472e51a36052 Mon Sep 17 00:00:00 2001 From: lazymio Date: Wed, 23 Feb 2022 20:22:54 +0100 Subject: [PATCH] MSVC doesn't really have atomic64 --- msvc/config-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc/config-host.h b/msvc/config-host.h index e656aef9..943d8593 100644 --- a/msvc/config-host.h +++ b/msvc/config-host.h @@ -5,5 +5,5 @@ #define CONFIG_CPUID_H 1 // #define CONFIG_INT128 1 #define CONFIG_CMPXCHG128 1 -#define CONFIG_ATOMIC64 1 +// #define CONFIG_ATOMIC64 1 #define CONFIG_PLUGIN 1