diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-01 15:42:15 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-01 15:42:15 +0100 |
commit | 4d4f1f2096f06d69a6f205f0d8e33d4398f25677 (patch) | |
tree | f3ab167117ee36b55d98ddd6cc49eb087de64b0b /libbb/Config.src | |
parent | d643010feeef312c77d7f51c3dd476d4e605c982 (diff) | |
download | busybox-w32-4d4f1f2096f06d69a6f205f0d8e33d4398f25677.tar.gz busybox-w32-4d4f1f2096f06d69a6f205f0d8e33d4398f25677.tar.bz2 busybox-w32-4d4f1f2096f06d69a6f205f0d8e33d4398f25677.zip |
libbb/sha1: x86_64 version: bswap in 64-bit chunks
function old new delta
sha1_process_block64 3562 3570 +8
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 f66f65f81..42a2283aa 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 3562 | 62 | 0 367 367 3657 3570 |
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 | ||