Re: [Aarch64] Fat build support for SHA1 compress

2021-06-30 Thread Niels Möller
Maamoun TK writes: > This patch added fat build support SHA1 compress function using the regular > HWCAP features. Thanks, merged to the arm64-sha1 branch for testing. The patch in the email didn't apply cleanly, there were some breakage with added newline characters etc. Maybe try as an

[Aarch64] Fat build support for SHA1 compress

2021-06-29 Thread Maamoun TK
This patch added fat build support SHA1 compress function using the regular HWCAP features. --- arm64/fat/sha1-compress-2.asm | 37 + fat-arm64.c | 32 ++-- 2 files changed, 67 insertions(+), 2 deletions(-) create