internal/sm2ec: loong64 v2

This commit is contained in:
Sun Yimin 2025-10-15 13:40:03 +08:00 committed by GitHub
parent aa2ef453f1
commit 4b0d5a75b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1935,7 +1935,7 @@ TEXT ·p256Add(SB),NOSPLIT,$0
#define p256DivideBy2 \
MOVV $1, acc1; \
AND t1, y0, t0; \
MASKEQZ t0, acc1, acc1
MASKEQZ t0, acc1, acc1; \
MASKEQZ t0, const0, acc2; \
MASKEQZ t0, const1, acc3; \
SGTU acc1, y0, t1; \