[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
This commit is contained in:
Thomas Faber 2017-09-24 13:11:18 +00:00
parent d875d1bd49
commit fe3618347b

View file

@ -92,7 +92,7 @@
* *
* Uncomment if the CPU supports SSE2 (IA-32 specific). * 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 * \def MBEDTLS_HAVE_TIME