From c9f47c4a63ba9dc1f2c076b1eed075510329622a Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 16 May 2024 20:05:15 +0200 Subject: [PATCH] f --- src/common/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Platform.h b/src/common/Platform.h index a655143e74..371d6a7005 100644 --- a/src/common/Platform.h +++ b/src/common/Platform.h @@ -78,7 +78,7 @@ i686 with SSE and amd64. The definitions for the architecture itself are automatically set by CMake. */ -#if defined(DAEMON_USE_ARCH_INTRINSICS) +#if 0 //defined(DAEMON_USE_ARCH_INTRINSICS) // Set architecture extensions definitions. /* MSVC doesn't set __SSE*__, and only set _M_IX86_FP on i686.