Fix typo in skein amd64 assembly
Sponsored by: ScaleEngine Inc.
This commit is contained in:
parent
cee4a05669
commit
2b53c51767
@ -6,6 +6,7 @@
|
||||
#
|
||||
# This code is released to the public domain.
|
||||
#----------------------------------------------------------------
|
||||
# $FreeBSD$
|
||||
#
|
||||
.text
|
||||
.altmacro
|
||||
@ -869,7 +870,7 @@ _UNROLL_CNT = ROUNDS_512/8
|
||||
.else
|
||||
_UNROLL_CNT = SKEIN_UNROLL_512
|
||||
.if ((ROUNDS_512/8) % _UNROLL_CNT)
|
||||
.err "Invalid SKEIN_UNROLL_512"
|
||||
.error "Invalid SKEIN_UNROLL_512"
|
||||
.endif
|
||||
xorq %rdi,%rdi #rdi = round counter
|
||||
Skein_512_round_loop:
|
||||
|
Loading…
Reference in New Issue
Block a user