sm9/bn256: arm64 test mul

This commit is contained in:
Sun Yimin 2023-07-25 07:59:23 +08:00 committed by GitHub
parent ef4277c510
commit a1335db683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
@ -546,5 +547,5 @@ TEXT ·gfp2Mul(SB),NOSPLIT,$104-24
LDy (tmp0)
CALL gfpSubInternal(SB)
STx (y3out)
*/
RET