Skip to content

Commit

Permalink
sm4:arm64 fix sm4ni compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Nov 11, 2024
1 parent e6d2deb commit 1f209d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sm4/asm_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ksLoop:
RET

sm4ekey:
MOVD $fk_mask<>(SB), R0
MOVD $·rcon+0x60(SB), R0
VLD1 (R0), [FK_MASK.B16]
VLD1 (R8), [V9.B16]
VREV32 V9.B16, V9.B16
Expand Down

0 comments on commit 1f209d2

Please sign in to comment.