mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
d875d1bd49
commit
fe3618347b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue