mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-21 17:56:19 +08:00
sm9/bn256: fix arm64 complete double issue
This commit is contained in:
parent
1ecdb1a563
commit
db92a6f60e
@ -730,6 +730,7 @@ TEXT ·curvePointDoubleComplete(SB),NOSPLIT,$168-16
|
||||
STx (tmp1)
|
||||
LDy (tmp0)
|
||||
CALL gfpSubInternal(SB) // t0 := t0 - t2
|
||||
STx (tmp0)
|
||||
LDy (y3t)
|
||||
CALL gfpMulInternal(SB) // Y3 := t0 * Y3
|
||||
LDx (x3t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user