Skip to content

Commit

Permalink
intenal/sm2ec: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Nov 8, 2023
1 parent 14c9c94 commit f68cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sm2ec/p256_asm_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ TEXT ·p256PointAddAffineAsm(SB),0,$264-48
VEOR V12.B16, V12.B16, V12.B16
VMOV hlp1, V13.S4 // will use VDUP after go 1.17
VCMEQ V12.S4, V13.S4, V13.S4
VMOV t1, X14.S4 // will use VDUP after go 1.17
VMOV t1, V14.S4 // will use VDUP after go 1.17
VCMEQ V12.S4, V14.S4, V14.S4

LDP p256p<>+0x00(SB), (const0, const1)
Expand Down

0 comments on commit f68cfb7

Please sign in to comment.