diff options
Diffstat (limited to 'libbb/hash_md5_sha256_x86-32_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha256_x86-32_shaNI.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/hash_md5_sha256_x86-32_shaNI.S b/libbb/hash_md5_sha256_x86-32_shaNI.S index aa68193bd..413e2df9e 100644 --- a/libbb/hash_md5_sha256_x86-32_shaNI.S +++ b/libbb/hash_md5_sha256_x86-32_shaNI.S | |||
@@ -250,7 +250,7 @@ sha256_process_block64_shaNI: | |||
250 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI | 250 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI |
251 | 251 | ||
252 | .section .rodata.cst256.K256, "aM", @progbits, 256 | 252 | .section .rodata.cst256.K256, "aM", @progbits, 256 |
253 | .balign 16 | 253 | .balign 16 |
254 | K256: | 254 | K256: |
255 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 | 255 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 |
256 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 | 256 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 |
@@ -270,8 +270,8 @@ K256: | |||
270 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 | 270 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 |
271 | 271 | ||
272 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 | 272 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 |
273 | .balign 16 | 273 | .balign 16 |
274 | PSHUFFLE_BSWAP32_FLIP_MASK: | 274 | PSHUFFLE_BSWAP32_FLIP_MASK: |
275 | .octa 0x0c0d0e0f08090a0b0405060700010203 | 275 | .octa 0x0c0d0e0f08090a0b0405060700010203 |
276 | 276 | ||
277 | #endif | 277 | #endif |