Skip to content

Commit

Permalink
sm3: fix arm64 issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored May 27, 2024
1 parent ff6afd5 commit 5b1df00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sm3/sm3blocks_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ TEXT ·copyResultsBy4(SB),NOSPLIT,$0

// load state
VLD1.P 64(digPtr), [a.S4, b.S4, c.S4, d.S4]
VLD1 64(digPtr), [e.S4, f.S4, g.S4, h.S4]
VLD1 (digPtr), [e.S4, f.S4, g.S4, h.S4]

VREV32 a.B16, a.B16
VREV32 b.B16, b.B16
Expand Down

0 comments on commit 5b1df00

Please sign in to comment.