Author: tfaber Date: Sun Sep 24 13:11:18 2017 New Revision: 75962
URL: http://svn.reactos.org/svn/reactos?rev=75962&view=rev Log: [MBEDTLS] - Disable the use of SSE2 instruction. ROS supports CPUs that do not support these. CORE-13826 #resolve CORE-10338
Modified: trunk/reactos/sdk/include/reactos/libs/mbedtls/config.h
Modified: trunk/reactos/sdk/include/reactos/libs/mbedtls/config.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/reactos/libs/mb... ============================================================================== --- trunk/reactos/sdk/include/reactos/libs/mbedtls/config.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/reactos/libs/mbedtls/config.h [iso-8859-1] Sun Sep 24 13:11:18 2017 @@ -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