From 593c640f057cb0181c083b024fd763b7ae026504 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 15 Oct 2025 13:54:24 +0800 Subject: [PATCH] internal/sm2ec: loong64 v5 --- internal/sm2ec/p256_asm_loong64.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/sm2ec/p256_asm_loong64.s b/internal/sm2ec/p256_asm_loong64.s index 7ab325c..095cbe1 100644 --- a/internal/sm2ec/p256_asm_loong64.s +++ b/internal/sm2ec/p256_asm_loong64.s @@ -1376,9 +1376,9 @@ loop_select: /* ---------------------------------------*/ // func p256SelectAffine(res *p256AffinePoint, table *p256AffineTable, idx int) TEXT ·p256SelectAffine(SB),NOSPLIT,$0 - MOVD idx+16(FP), t0 - MOVD table+8(FP), t1 - MOVD res+0(FP), res_ptr + MOVV idx+16(FP), t0 + MOVV table+8(FP), t1 + MOVV res+0(FP), res_ptr XOR x0, x0, x0 XOR x1, x1, x1