Skip to content

Commit

Permalink
sm9/bn256: fix arm64 grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Jul 27, 2023
1 parent 0ee8177 commit 9035a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sm9/bn256/gfp2_g1_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ TEXT ·gfp2MulU1(SB),NOSPLIT,$0-16
CALL gfpSubInternal(SB)

ADD $32, a_ptr, a_ptr
VLD1 32(a_ptr), [V0.B16, V1.B16]
VST1 [V0.B16, V1.B16], 32(b_ptr)
VLD1 (a_ptr), [V0.B16, V1.B16]
VST1 [V0.B16, V1.B16], (b_ptr)
STx (y2in)

RET
Expand Down

0 comments on commit 9035a35

Please sign in to comment.