typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
947bef0dea
commit
4387077f8e
@ -21,7 +21,7 @@ sha1_process_block64:
|
|||||||
# ebp: e
|
# ebp: e
|
||||||
# esi,edi: temps
|
# esi,edi: temps
|
||||||
# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
|
# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
|
||||||
# (TODO: actually W[0..7] are used a bit more often, put _thme_ into r8..r15?)
|
# (TODO: actually W[0..7] are used a bit more often, put _them_ into r8..r15?)
|
||||||
|
|
||||||
movq 4*8(%rdi), %r8
|
movq 4*8(%rdi), %r8
|
||||||
bswapq %r8
|
bswapq %r8
|
||||||
|
@ -30,7 +30,7 @@ sha1_process_block64:
|
|||||||
# ebp: e
|
# ebp: e
|
||||||
# esi,edi: temps
|
# esi,edi: temps
|
||||||
# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
|
# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
|
||||||
# (TODO: actually W[0..7] are used a bit more often, put _thme_ into r8..r15?)
|
# (TODO: actually W[0..7] are used a bit more often, put _them_ into r8..r15?)
|
||||||
|
|
||||||
movq 4*8(%rdi), %r8
|
movq 4*8(%rdi), %r8
|
||||||
bswapq %r8
|
bswapq %r8
|
||||||
|
Loading…
Reference in New Issue
Block a user