From 805ececa615606c02a5ca8f37f84dbbc527221eb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 8 Jan 2022 00:41:09 +0100 Subject: whitespace fix Signed-off-by: Denys Vlasenko --- libbb/hash_md5_sha_x86-64_shaNI.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbb/hash_md5_sha_x86-64_shaNI.S') 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 -- cgit v1.1