diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-02-18 17:09:51 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-02-18 17:09:51 +0100 |
commit | 1891fdda59092a215d3a407d9108bbbe6ab8df7a (patch) | |
tree | 59014d35693befc121c86d279a858c6e2893513a | |
parent | c2e7780e526b0f421c3b43367a53019d1dc5f2d6 (diff) | |
download | busybox-w32-1891fdda59092a215d3a407d9108bbbe6ab8df7a.tar.gz busybox-w32-1891fdda59092a215d3a407d9108bbbe6ab8df7a.tar.bz2 busybox-w32-1891fdda59092a215d3a407d9108bbbe6ab8df7a.zip |
libbb/sha1: update config help text with new performance numbers
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | libbb/Config.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index 0ecd5bd46..66a3ffa23 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -57,11 +57,12 @@ config SHA1_SMALL | |||
57 | range 0 3 | 57 | range 0 3 |
58 | help | 58 | help |
59 | Trade binary size versus speed for the sha1 algorithm. | 59 | Trade binary size versus speed for the sha1 algorithm. |
60 | With FEATURE_COPYBUF_KB=64: | ||
60 | throughput MB/s size of sha1_process_block64 | 61 | throughput MB/s size of sha1_process_block64 |
61 | value 486 x86-64 486 x86-64 | 62 | value 486 x86-64 486 x86-64 |
62 | 0 367 375 3657 3502 | 63 | 0 440 485 3481 3502 |
63 | 1 224 229 654 732 | 64 | 1 265 265 641 696 |
64 | 2,3 200 195 358 380 | 65 | 2,3 220 210 342 364 |
65 | 66 | ||
66 | config SHA1_HWACCEL | 67 | config SHA1_HWACCEL |
67 | bool "SHA1: Use hardware accelerated instructions if possible" | 68 | bool "SHA1: Use hardware accelerated instructions if possible" |