aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-01-01 12:21:01 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-01-01 13:57:34 +0100
commit5f6817020467598868b7d1c9ca477d7ccd66b87d (patch)
tree931b244d18b1dba9afd8861a0474429e33fa7329 /libbb/Config.src
parentf09d088fdf6eeeba902fb5627930145a3058a5f0 (diff)
downloadbusybox-w32-5f6817020467598868b7d1c9ca477d7ccd66b87d.tar.gz
busybox-w32-5f6817020467598868b7d1c9ca477d7ccd66b87d.tar.bz2
busybox-w32-5f6817020467598868b7d1c9ca477d7ccd66b87d.zip
libbb/sha1: assembly versions for x86
32 bits: function old new delta sha1_process_block64 3950 3657 -293 64 bits: sha1_process_block64 4167 3683 -484 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.src')
-rw-r--r--libbb/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index d2054dc63..e027c14a8 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -59,7 +59,7 @@ config SHA1_SMALL
59 Trade binary size versus speed for the sha1 algorithm. 59 Trade binary size versus speed for the sha1 algorithm.
60 throughput MB/s size of sha1_process_block64 60 throughput MB/s size of sha1_process_block64
61 value 486 x86-64 486 x86-64 61 value 486 x86-64 486 x86-64
62 0 360 374 3950 4167 62 0 367 367 3657 3683
63 1 224 229 654 732 63 1 224 229 654 732
64 2,3 200 195 358 380 64 2,3 200 195 358 380
65 65