From a8791437f890809abd3ebfc5d6159c4c684b3f0b Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 14 Jun 2023 17:43:27 +0800 Subject: [PATCH] sm2ec: fix arm64 func name issue --- internal/sm2ec/p256_asm_arm64.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/sm2ec/p256_asm_arm64.s b/internal/sm2ec/p256_asm_arm64.s index 5cf41a3..478db16 100644 --- a/internal/sm2ec/p256_asm_arm64.s +++ b/internal/sm2ec/p256_asm_arm64.s @@ -1529,8 +1529,8 @@ TEXT ·p256PointDoubleAsm(SB),NOSPLIT,$136-16 CALL sm2P256Subinternal<>(SB) \ STx(y3out) \ -//func p256PointDoubleAsm(res, in *SM2P256Point) -TEXT ·p256PointDouble5TimesAsm(SB),NOSPLIT,$136-16 +//func p256PointDouble6TimesAsm(res, in *SM2P256Point) +TEXT ·p256PointDouble6TimesAsm(SB),NOSPLIT,$136-16 MOVD res+0(FP), res_ptr MOVD in+8(FP), a_ptr