diff --git a/internal/sm2ec/p256_asm_loong64.s b/internal/sm2ec/p256_asm_loong64.s index c186191..4e5d559 100644 --- a/internal/sm2ec/p256_asm_loong64.s +++ b/internal/sm2ec/p256_asm_loong64.s @@ -1935,7 +1935,7 @@ TEXT ·p256Add(SB),NOSPLIT,$0 #define p256DivideBy2 \ MOVV $1, acc1; \ AND t1, y0, t0; \ - MASKEQZ t0, acc1, acc1 + MASKEQZ t0, acc1, acc1; \ MASKEQZ t0, const0, acc2; \ MASKEQZ t0, const1, acc3; \ SGTU acc1, y0, t1; \