diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-03 13:00:07 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-03 13:10:30 +0100 |
commit | 947bef0deaba7b2ce432d515379091dcd4cf747f (patch) | |
tree | 15273e01ea7b42df47e49779fede62f7289a4178 /libbb/Config.src | |
parent | 05fd13ebec869fc5e6f226481a2405a2685e8db1 (diff) | |
download | busybox-w32-947bef0deaba7b2ce432d515379091dcd4cf747f.tar.gz busybox-w32-947bef0deaba7b2ce432d515379091dcd4cf747f.tar.bz2 busybox-w32-947bef0deaba7b2ce432d515379091dcd4cf747f.zip |
libbb/sha1: x86_64 version: generate from a script, optimize a bit
function old new delta
sha1_process_block64 3569 3502 -67
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.src')
-rw-r--r-- | libbb/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index 42a2283aa..c80bee286 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 367 367 3657 3570 | 62 | 0 367 375 3657 3502 |
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 | ||