diff options
Diffstat (limited to 'libbb/hash_md5_sha_x86-32_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha_x86-32_shaNI.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbb/hash_md5_sha_x86-32_shaNI.S b/libbb/hash_md5_sha_x86-32_shaNI.S index 6b12d1462..166cfd38a 100644 --- a/libbb/hash_md5_sha_x86-32_shaNI.S +++ b/libbb/hash_md5_sha_x86-32_shaNI.S | |||
@@ -18,11 +18,11 @@ | |||
18 | #define shuf128_32 shufps | 18 | #define shuf128_32 shufps |
19 | 19 | ||
20 | #define extr128_32 pextrd | 20 | #define extr128_32 pextrd |
21 | //#define extr128_32 extractps # not shorter | 21 | //#define extr128_32 extractps # not shorter |
22 | 22 | ||
23 | .section .text.sha1_process_block64_shaNI,"ax",@progbits | 23 | .section .text.sha1_process_block64_shaNI,"ax",@progbits |
24 | .globl sha1_process_block64_shaNI | 24 | .globl sha1_process_block64_shaNI |
25 | .hidden sha1_process_block64_shaNI | 25 | .hidden sha1_process_block64_shaNI |
26 | .type sha1_process_block64_shaNI, @function | 26 | .type sha1_process_block64_shaNI, @function |
27 | 27 | ||
28 | #define ABCD %xmm0 | 28 | #define ABCD %xmm0 |
@@ -221,7 +221,7 @@ sha1_process_block64_shaNI: | |||
221 | movl %ebp, %esp | 221 | movl %ebp, %esp |
222 | popl %ebp | 222 | popl %ebp |
223 | ret | 223 | ret |
224 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI | 224 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI |
225 | 225 | ||
226 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 | 226 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 |
227 | .align 16 | 227 | .align 16 |