From 5535cad773b69cb9359185deead1a3d5ec7bad8a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 4 Dec 2018 16:15:46 -0800 Subject: [PATCH] Revert mutex change. --- node/Mutex.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/Mutex.hpp b/node/Mutex.hpp index 8daa851f4..a60a00b25 100644 --- a/node/Mutex.hpp +++ b/node/Mutex.hpp @@ -37,8 +37,7 @@ namespace ZeroTier { -//#if defined(__GNUC__) && (defined(__amd64) || defined(__amd64__) || defined(__x86_64) || defined(__x86_64__) || defined(__AMD64) || defined(__AMD64__) || defined(_M_X64)) -#if 0 +#if defined(__GNUC__) && (defined(__amd64) || defined(__amd64__) || defined(__x86_64) || defined(__x86_64__) || defined(__AMD64) || defined(__AMD64__) || defined(_M_X64)) // Inline ticket lock on x64 systems with GCC and CLANG (Mac, Linux) -- this is really fast as long as locking durations are very short class Mutex