internal/sm2ec: fix bug

This commit is contained in:
Sun Yimin 2023-11-07 08:59:50 +08:00 committed by GitHub
parent 224c41c0d0
commit 39751be045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,8 +82,8 @@ TEXT ·p256BigToLittle(SB),NOSPLIT,$0
VLD1 (a_ptr), [V0.B16, V1.B16]
VEXT $8, V0.B16, V0.B16, V2.B16
VEXT $8, V1.B16, V1.B16, V3.B16
VEXT $8, V0.B16, V0.B16, V3.B16
VEXT $8, V1.B16, V1.B16, V2.B16
VREV64 V2.B16, V2.B16
VREV64 V3.B16, V3.B16