diff options
author | Denys Vlasenko | 2022-01-07 00:43:59 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-01-07 00:43:59 +0100 |
commit | 711e20ecb85d13f98ba3e2bdcb344ee7534829c4 (patch) | |
tree | 170fa55e39133e3ba7182fa56d1643e25b55010a /libbb/Kbuild.src | |
parent | a93668cc4277b14eaff07fcfdef9693c990ec824 (diff) | |
download | busybox-711e20ecb85d13f98ba3e2bdcb344ee7534829c4.zip busybox-711e20ecb85d13f98ba3e2bdcb344ee7534829c4.tar.gz |
libbb/sha1: optional x86-64 hardware accelerates hashing
function old new delta
sha1_process_block64_shaNI - 510 +510
sha1_begin 52 107 +55
.rodata 108285 108301 +16
static.shaNI - 1 +1
------------------------------------------------------------------------------
(add/remove: 4/0 grow/shrink: 2/0 up/down: 582/0) Total: 582 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 19b8aad..a3db02b 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -57,6 +57,7 @@ lib-y += make_directory.o lib-y += makedev.o lib-y += hash_md5_sha.o lib-y += hash_md5_sha_x86-64.o +lib-y += hash_md5_sha_x86-64_shaNI.o # Alternative (disabled) MD5 implementation #lib-y += hash_md5prime.o lib-y += messages.o |