diff options
author | Denys Vlasenko | 2022-01-08 00:41:09 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-01-08 00:41:09 +0100 |
commit | 805ececa615606c02a5ca8f37f84dbbc527221eb (patch) | |
tree | 47d5caeb29cbe17df0859946dbea173ed07be251 /libbb/hash_md5_sha_x86-64_shaNI.S | |
parent | 0bab5da37e6c2351936bf3fade2eb1a6d75bb171 (diff) | |
download | busybox-805ececa615606c02a5ca8f37f84dbbc527221eb.zip busybox-805ececa615606c02a5ca8f37f84dbbc527221eb.tar.gz |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/hash_md5_sha_x86-64_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha_x86-64_shaNI.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbb/hash_md5_sha_x86-64_shaNI.S b/libbb/hash_md5_sha_x86-64_shaNI.S index e2e5357..33cc3bf 100644 --- a/libbb/hash_md5_sha_x86-64_shaNI.S +++ b/libbb/hash_md5_sha_x86-64_shaNI.S @@ -18,11 +18,11 @@ #define shuf128_32 shufps #define extr128_32 pextrd -//#define extr128_32 extractps # not shorter +//#define extr128_32 extractps # not shorter .section .text.sha1_process_block64_shaNI,"ax",@progbits - .globl sha1_process_block64_shaNI - .hidden sha1_process_block64_shaNI + .globl sha1_process_block64_shaNI + .hidden sha1_process_block64_shaNI .type sha1_process_block64_shaNI, @function #define ABCD %xmm0 @@ -215,7 +215,7 @@ sha1_process_block64_shaNI: extr128_32 $3, E0, 80+4*4(%rdi) ret - .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI + .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 .align 16 |