From fe3618347bd989f4ed68dcf8bb7108a051f16a60 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 24 Sep 2017 13:11:18 +0000 Subject: [PATCH] [MBEDTLS] - Disable the use of SSE2 instruction. ROS supports CPUs that do not support these. CORE-13826 #resolve CORE-10338 svn path=/trunk/; revision=75962 --- reactos/sdk/include/reactos/libs/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/sdk/include/reactos/libs/mbedtls/config.h b/reactos/sdk/include/reactos/libs/mbedtls/config.h index 46d026af1d6..ae7b45b49a1 100644 --- a/reactos/sdk/include/reactos/libs/mbedtls/config.h +++ b/reactos/sdk/include/reactos/libs/mbedtls/config.h @@ -92,7 +92,7 @@ * * Uncomment if the CPU supports SSE2 (IA-32 specific). */ -#define MBEDTLS_HAVE_SSE2 /* swyter: disable this if you want to support platforms < Pentium 4 */ +//#define MBEDTLS_HAVE_SSE2 /* We want to run on older hardware. TODO: This should be checked at runtime. */ /** * \def MBEDTLS_HAVE_TIME