From 720630b65de02eee782d5545efc5a02fc898d9fc Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 8 Nov 2023 09:46:26 +0800 Subject: [PATCH] internal/sm2ec: fix compile error --- internal/sm2ec/p256_asm_arm64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/sm2ec/p256_asm_arm64.s b/internal/sm2ec/p256_asm_arm64.s index fa4922b3..50a55579 100644 --- a/internal/sm2ec/p256_asm_arm64.s +++ b/internal/sm2ec/p256_asm_arm64.s @@ -1310,7 +1310,7 @@ TEXT ·p256PointAddAffineAsm(SB),0,$264-48 MOVD res+0(FP), t0 VST1.P [V0.B16, V1.B16, V2.B16], (48)(t0) - VST1 [V3.B16, V4.B16, V5.B16], t0 + VST1 [V3.B16, V4.B16, V5.B16], (t0) RET // (x3, x2, x1, x0) = (x3, x2, x1, x0) + (y3, y2, y1, y0)