Skip to content

Commit

Permalink
sm9/bn256: fix one potential issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Jul 14, 2023
1 parent fc2f105 commit 929e1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sm9/bn256/gfp_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ gfpSqrLoopAdx:

MULXQ ·p2+0x18(SB), AX, acc1
ADCXQ t0, AX
ADOXQ AX, acc4
ADOXQ AX, acc0
MOVQ $0, t0
ADCXQ t0, acc1
ADOXQ t0, acc1
Expand Down

0 comments on commit 929e1b8

Please sign in to comment.