diff options
Diffstat (limited to 'libbb/hash_md5_sha_x86-32_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha_x86-32_shaNI.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/hash_md5_sha_x86-32_shaNI.S b/libbb/hash_md5_sha_x86-32_shaNI.S index 166cfd38a..11b855e26 100644 --- a/libbb/hash_md5_sha_x86-32_shaNI.S +++ b/libbb/hash_md5_sha_x86-32_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 |
@@ -224,7 +224,7 @@ sha1_process_block64_shaNI: | |||
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 | .balign 16 |
228 | PSHUFFLE_BYTE_FLIP_MASK: | 228 | PSHUFFLE_BYTE_FLIP_MASK: |
229 | .octa 0x000102030405060708090a0b0c0d0e0f | 229 | .octa 0x000102030405060708090a0b0c0d0e0f |
230 | 230 | ||