diff options
Diffstat (limited to 'libbb/hash_md5_sha_x86-64_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha_x86-64_shaNI.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/hash_md5_sha_x86-64_shaNI.S b/libbb/hash_md5_sha_x86-64_shaNI.S index 33cc3bf7f..ba92f09df 100644 --- a/libbb/hash_md5_sha_x86-64_shaNI.S +++ b/libbb/hash_md5_sha_x86-64_shaNI.S | |||
@@ -20,7 +20,7 @@ | |||
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 |
@@ -218,7 +218,7 @@ sha1_process_block64_shaNI: | |||
218 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI | 218 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI |
219 | 219 | ||
220 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 | 220 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 |
221 | .align 16 | 221 | .balign 16 |
222 | PSHUFFLE_BYTE_FLIP_MASK: | 222 | PSHUFFLE_BYTE_FLIP_MASK: |
223 | .octa 0x000102030405060708090a0b0c0d0e0f | 223 | .octa 0x000102030405060708090a0b0c0d0e0f |
224 | 224 | ||