mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-28 13:16:19 +08:00
internal/sm2ec: fix bug
This commit is contained in:
parent
224c41c0d0
commit
39751be045
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user