Update asm_arm64.s

This commit is contained in:
Sun Yimin 2021-12-31 14:11:47 +08:00 committed by GitHub
parent a5fe6b1c3a
commit b7ae4038fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,9 +202,9 @@ ksLoop:
MOVW.P R2, 4(R10)
MOVW.P R2, -4(R11)
// ADD $16, R0
// CMP $128, R0
// BNE ksLoop
ADD $16, R0
CMP $32, R0
BNE ksLoop
RET
// func encryptBlocksAsm(xk *uint32, dst, src *byte)