Ludwig Nussel
|
526625bc83
|
libbb: mark stack in assembly files read-only
Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-08-30 17:21:53 +02:00 |
|
Denys Vlasenko
|
dda77e8376
|
libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-02-11 14:53:26 +01:00 |
|
Denys Vlasenko
|
6f56fa1713
|
libbb/sha: improve comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-02-10 15:38:10 +01:00 |
|
Denys Vlasenko
|
6a6c1c0ea9
|
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-02-09 11:29:23 +01:00 |
|
Denys Vlasenko
|
eb8d5f3b8f
|
libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)
function old new delta
sha1_process_block64_shaNI 511 507 -4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-02-08 15:34:02 +01:00 |
|
Denys Vlasenko
|
71a1cccaad
|
libbb/sha1: shrink x86 hardware accelerated hashing
function old new delta
sha1_process_block64_shaNI 32-bit 524 517 -7
sha1_process_block64_shaNI 64-bit 510 508 -2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-02-08 08:22:17 +01:00 |
|
Denys Vlasenko
|
c193cbd6df
|
libbb/sha1: shrink and speed up unrolled x86-64 code
function old new delta
sha1_process_block64 3514 3482 -32
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-02-07 02:34:04 +01:00 |
|
Denys Vlasenko
|
6472ac9428
|
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>
|
2022-02-03 14:58:02 +01:00 |
|
Denys Vlasenko
|
805ececa61
|
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-01-08 00:41:09 +01:00 |
|
Denys Vlasenko
|
0bab5da37e
|
libbb/sha1: tweak comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2022-01-07 14:55:31 +01:00 |
|
Denys Vlasenko
|
711e20ecb8
|
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>
|
2022-01-07 00:43:59 +01:00 |
|