aboutsummaryrefslogtreecommitdiff
path: root/networking/tls.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-19 16:32:38 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-19 16:32:38 +0100
commit432f1ae2ff184e07fa78bd3797073094069e521d (patch)
tree390ac831d959105cf07ba8bb71edcab9d1d0a865 /networking/tls.h
parent6b1b004845ebec194c4d4868d3deb57f22711b19 (diff)
downloadbusybox-w32-432f1ae2ff184e07fa78bd3797073094069e521d.tar.gz
busybox-w32-432f1ae2ff184e07fa78bd3797073094069e521d.tar.bz2
busybox-w32-432f1ae2ff184e07fa78bd3797073094069e521d.zip
tls: tested PSTM_X86_64, not enabling it - too large
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r--networking/tls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/networking/tls.h b/networking/tls.h
index 5e6b346e2..d487f3810 100644
--- a/networking/tls.h
+++ b/networking/tls.h
@@ -27,11 +27,13 @@
27/* pstm: multiprecision numbers */ 27/* pstm: multiprecision numbers */
28#undef DISABLE_PSTM 28#undef DISABLE_PSTM
29#if defined(__GNUC__) && defined(__i386__) 29#if defined(__GNUC__) && defined(__i386__)
30 /* PSTM_X86 works correctly. +25 bytes. */
30# define PSTM_32BIT 31# define PSTM_32BIT
31# define PSTM_X86 32# define PSTM_X86
32#endif 33#endif
33//test this before enabling:
34//#if defined(__GNUC__) && defined(__x86_64__) 34//#if defined(__GNUC__) && defined(__x86_64__)
35// /* PSTM_X86_64 works correctly, but +782 bytes. */
36// /* Looks like most of the growth is because of PSTM_64BIT. */
35//# define PSTM_64BIT 37//# define PSTM_64BIT
36//# define PSTM_X86_64 38//# define PSTM_X86_64
37//#endif 39//#endif