]> Cypherpunks repositories - gostls13.git/commit
math/big: fix loong64 assembly for vet
authorKeith Randall <khr@golang.org>
Tue, 15 Apr 2025 16:36:06 +0000 (09:36 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 16 Apr 2025 02:23:32 +0000 (19:23 -0700)
commitf4803ddc2c8d082e07227c72944ffd9d7c45ab64
tree6b19d9ac0a048858f87582ecfae9bcd7391b85ff
parent2869d55366a55d6a29a166523ac2383d0b2291df
math/big: fix loong64 assembly for vet

Vet is failing on this code because some arguments of mulAddVWW
got renamed in the go decl (CL 664895) but not the assembly accessors.

Looks like the assembly got written before that CL but checked in
after that CL.

Change-Id: I270e8db5f8327aa2029c21a126fab1231a3506a1
Reviewed-on: https://go-review.googlesource.com/c/go/+/665717
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
src/math/big/arith_loong64.s