mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 20:56:18 +08:00
internal/sm2ec: fix ppc64le typo
This commit is contained in:
parent
7e768828e0
commit
0c5dc07ba7
@ -917,7 +917,7 @@ TEXT sm2p256OrdMulInternal<>(SB), NOSPLIT, $0
|
|||||||
|
|
||||||
// what output to use, ADD2||ADD1 or T1||T0?
|
// what output to use, ADD2||ADD1 or T1||T0?
|
||||||
VSEL ADD1, T0, T2, T0
|
VSEL ADD1, T0, T2, T0
|
||||||
VSEL ADD2, T0, T2, T1
|
VSEL ADD2, T1, T2, T1
|
||||||
RET
|
RET
|
||||||
|
|
||||||
#undef X0
|
#undef X0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user