aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-02-03 14:15:20 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-02-03 14:58:02 +0100
commit6472ac942898437e040171cec991de1c0b962f72 (patch)
treedb3bad21943c0f946f3485d71ac336c57a7ea846 /libbb/Kbuild.src
parent205042c07a3bf6c8e685c434713f2a9e46630cd0 (diff)
downloadbusybox-w32-6472ac942898437e040171cec991de1c0b962f72.tar.gz
busybox-w32-6472ac942898437e040171cec991de1c0b962f72.tar.bz2
busybox-w32-6472ac942898437e040171cec991de1c0b962f72.zip
libbb/sha256: optional x86 hardware accelerated hashing
64 bit: function old new delta sha256_process_block64_shaNI - 730 +730 .rodata 108314 108586 +272 sha256_begin 31 83 +52 ------------------------------------------------------------------------------ (add/remove: 5/1 grow/shrink: 2/0 up/down: 1055/-1) Total: 1054 bytes 32 bit: function old new delta sha256_process_block64_shaNI - 747 +747 .rodata 104318 104590 +272 sha256_begin 29 84 +55 ------------------------------------------------------------------------------ (add/remove: 5/1 grow/shrink: 2/0 up/down: 1075/-1) Total: 1074 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index b9d34de8e..653025e56 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -59,6 +59,8 @@ lib-y += hash_md5_sha.o
59lib-y += hash_md5_sha_x86-64.o 59lib-y += hash_md5_sha_x86-64.o
60lib-y += hash_md5_sha_x86-64_shaNI.o 60lib-y += hash_md5_sha_x86-64_shaNI.o
61lib-y += hash_md5_sha_x86-32_shaNI.o 61lib-y += hash_md5_sha_x86-32_shaNI.o
62lib-y += hash_md5_sha256_x86-64_shaNI.o
63lib-y += hash_md5_sha256_x86-32_shaNI.o
62# Alternative (disabled) MD5 implementation 64# Alternative (disabled) MD5 implementation
63#lib-y += hash_md5prime.o 65#lib-y += hash_md5prime.o
64lib-y += messages.o 66lib-y += messages.o