diff options
Diffstat (limited to 'libbb/hash_md5_sha256_x86-64_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha256_x86-64_shaNI.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/hash_md5_sha256_x86-64_shaNI.S b/libbb/hash_md5_sha256_x86-64_shaNI.S index 4663f750a..c246762aa 100644 --- a/libbb/hash_md5_sha256_x86-64_shaNI.S +++ b/libbb/hash_md5_sha256_x86-64_shaNI.S | |||
@@ -257,7 +257,7 @@ sha256_process_block64_shaNI: | |||
257 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI | 257 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI |
258 | 258 | ||
259 | .section .rodata.cst256.K256, "aM", @progbits, 256 | 259 | .section .rodata.cst256.K256, "aM", @progbits, 256 |
260 | .balign 16 | 260 | .balign 16 |
261 | K256: | 261 | K256: |
262 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 | 262 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 |
263 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 | 263 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 |
@@ -277,8 +277,8 @@ K256: | |||
277 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 | 277 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 |
278 | 278 | ||
279 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 | 279 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 |
280 | .balign 16 | 280 | .balign 16 |
281 | PSHUFFLE_BSWAP32_FLIP_MASK: | 281 | PSHUFFLE_BSWAP32_FLIP_MASK: |
282 | .octa 0x0c0d0e0f08090a0b0405060700010203 | 282 | .octa 0x0c0d0e0f08090a0b0405060700010203 |
283 | 283 | ||
284 | #endif | 284 | #endif |