internal/sm2ec: fix compile error

This commit is contained in:
Sun Yimin 2025-10-09 14:38:37 +08:00 committed by GitHub
parent 3296b3ce15
commit c38a157a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,10 +40,10 @@ TEXT ·p256BigToLittle(SB),NOSPLIT,$0
MOVV (8*2)(x_ptr), acc2
MOVV (8*3)(x_ptr), acc3
REVBV acc0
REVBV acc1
REVBV acc2
REVBV acc3
REVBV acc0, acc0
REVBV acc1, acc1
REVBV acc2, acc2
REVBV acc3, acc3
MOVV acc3, (8*0)(res_ptr)
MOVV acc2, (8*1)(res_ptr)