From ed8c0532b4612f8a6e36cb9dc759e4dfa6f6afd1 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Sat, 19 Oct 2019 09:24:38 -0700 Subject: [PATCH] mbedtls: enable x86 32bit SSE2 support (Atom N270 etc.) --- package/libs/mbedtls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile index 84068339d..9126c16a1 100644 --- a/package/libs/mbedtls/Makefile +++ b/package/libs/mbedtls/Makefile @@ -50,7 +50,7 @@ config LIBMBEDTLS_HAVE_SSE2 bool default y if !TARGET_x86_legacy && !TARGET_x86_geode prompt "Enable use of x86 SSE2 instructions" - depends on OPENSSL_WITH_ASM && x86_64 || i386 + depends on x86_64 || i386 help Use of SSE2 instructions greatly increase performance (up to 3x faster) with a minimum (~0.2%, or 23KB) increase in package