diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-12-31 17:06:00 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-12-31 17:07:47 +0100 |
commit | f09d088fdf6eeeba902fb5627930145a3058a5f0 (patch) | |
tree | 6c3b17c675f4860babf27dd7f4056921fbad9896 /libbb/Config.src | |
parent | 0b62a08777e29c34f947c791a1eded5b97e05699 (diff) | |
download | busybox-w32-f09d088fdf6eeeba902fb5627930145a3058a5f0.tar.gz busybox-w32-f09d088fdf6eeeba902fb5627930145a3058a5f0.tar.bz2 busybox-w32-f09d088fdf6eeeba902fb5627930145a3058a5f0.zip |
libbb/sha1: shrink and speed up fully unrolled version
function old new delta
sha1_process_block64 4149 3950 -199
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 c793f5939..d2054dc63 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 339 374 4149 4167 | 62 | 0 360 374 3950 4167 |
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 | ||