Skip to content

Commit

Permalink
sm9/bn256: arm64 test mul
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Jul 24, 2023
1 parent ef4277c commit a1335db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sm9/bn256/gfp2_g1_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ TEXT ·gfp2Mul(SB),NOSPLIT,$104-24
LDy (y2in)
CALL gfpMulInternal(SB)
STy (tmp0)

STy (x3out)
/*
LDx (x1in)
LDy (x2in)
CALL gfpMulInternal(SB)
Expand Down Expand Up @@ -546,5 +547,5 @@ TEXT ·gfp2Mul(SB),NOSPLIT,$104-24
LDy (tmp0)
CALL gfpSubInternal(SB)
STx (y3out)

*/
RET

0 comments on commit a1335db

Please sign in to comment.