Skip to content

Commit

Permalink
internal/sm2ec: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Nov 8, 2023
1 parent f68cfb7 commit 720630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sm2ec/p256_asm_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ TEXT ·p256PointAddAffineAsm(SB),0,$264-48

MOVD res+0(FP), t0
VST1.P [V0.B16, V1.B16, V2.B16], (48)(t0)
VST1 [V3.B16, V4.B16, V5.B16], t0
VST1 [V3.B16, V4.B16, V5.B16], (t0)
RET

// (x3, x2, x1, x0) = (x3, x2, x1, x0) + (y3, y2, y1, y0)
Expand Down

0 comments on commit 720630b

Please sign in to comment.