mirror of
https://github.com/emmansun/gmsm.git
synced 2025-10-13 23:00:47 +08:00
internal/sm2ec: loong64 fix p256Mul
This commit is contained in:
parent
d92ff50f28
commit
1c92206747
@ -653,7 +653,7 @@ TEXT sm2P256MulInternal<>(SB),NOSPLIT,$0
|
||||
OR t1, t2, t0
|
||||
ADDV acc6, acc2, y2
|
||||
SGTU acc6, y2, t1
|
||||
ADDV t0, y2, acc2
|
||||
ADDV t0, y2, y2
|
||||
SGTU t0, y2, t2
|
||||
OR t1, t2, t0
|
||||
ADDV acc7, acc3, y3
|
||||
|
Loading…
x
Reference in New Issue
Block a user