diff options
author | Denys Vlasenko | 2022-01-01 15:01:53 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-01-01 15:01:53 +0100 |
commit | d643010feeef312c77d7f51c3dd476d4e605c982 (patch) | |
tree | 16090cd94447527c057f953446e03cc7384c9c4e /libbb/Config.src | |
parent | 5f6817020467598868b7d1c9ca477d7ccd66b87d (diff) | |
download | busybox-d643010feeef312c77d7f51c3dd476d4e605c982.zip busybox-d643010feeef312c77d7f51c3dd476d4e605c982.tar.gz |
libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]
function old new delta
sha1_process_block64 3683 3562 -121
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 e027c14..f66f65f 100644 --- a/libbb/Config.src +++ b/libbb/Config.src @@ -59,7 +59,7 @@ config SHA1_SMALL Trade binary size versus speed for the sha1 algorithm. throughput MB/s size of sha1_process_block64 value 486 x86-64 486 x86-64 - 0 367 367 3657 3683 + 0 367 367 3657 3562 1 224 229 654 732 2,3 200 195 358 380 |