mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 20:02:04 +08:00
mbedtls: enable x86 32bit SSE2 support (Atom N270 etc.)
This commit is contained in:
parent
d4ecf90f67
commit
ed8c0532b4
@ -50,7 +50,7 @@ config LIBMBEDTLS_HAVE_SSE2
|
|||||||
bool
|
bool
|
||||||
default y if !TARGET_x86_legacy && !TARGET_x86_geode
|
default y if !TARGET_x86_legacy && !TARGET_x86_geode
|
||||||
prompt "Enable use of x86 SSE2 instructions"
|
prompt "Enable use of x86 SSE2 instructions"
|
||||||
depends on OPENSSL_WITH_ASM && x86_64 || i386
|
depends on x86_64 || i386
|
||||||
help
|
help
|
||||||
Use of SSE2 instructions greatly increase performance (up to
|
Use of SSE2 instructions greatly increase performance (up to
|
||||||
3x faster) with a minimum (~0.2%, or 23KB) increase in package
|
3x faster) with a minimum (~0.2%, or 23KB) increase in package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user