summaryrefslogtreecommitdiff
path: root/libbb/hash_md5_sha_x86-64_shaNI.S
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/hash_md5_sha_x86-64_shaNI.S')
-rw-r--r--libbb/hash_md5_sha_x86-64_shaNI.S4
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 473b472..e2e5357 100644
--- a/libbb/hash_md5_sha_x86-64_shaNI.S
+++ b/libbb/hash_md5_sha_x86-64_shaNI.S
@@ -40,8 +40,8 @@ sha1_process_block64_shaNI:
xor128 E0, E0
movu128 80(%rdi), ABCD
- pinsrd $3, 80+4*4(%rdi), E0 # load to upper 32-bit word
- shuf128_32 $0x1B, ABCD, ABCD # 00011011: bswap
+ pinsrd $3, 80+4*4(%rdi), E0 # load to uppermost 32-bit word
+ shuf128_32 $0x1B, ABCD, ABCD # DCBA -> ABCD
mova128 PSHUFFLE_BYTE_FLIP_MASK(%rip), SHUF_MASK