internal/sm2ec: fix ppc64le typo

This commit is contained in:
Sun Yimin 2024-08-29 13:21:06 +08:00 committed by GitHub
parent 7e768828e0
commit 0c5dc07ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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