]> Cypherpunks repositories - gostls13.git/commit
math/big: add all architectures to mini-compiler
authorRuss Cox <rsc@golang.org>
Thu, 10 Apr 2025 23:16:22 +0000 (19:16 -0400)
committerGopher Robot <gobot@golang.org>
Sat, 19 Apr 2025 15:19:17 +0000 (08:19 -0700)
commit2a881066176d89ba6545134aae008bc9ace3bd31
treeab29f29cf8401b6acbce28bc044d3b5e4e4f8de3
parent8cc98a04efb961ba82bfa0737e086590c98d5c48
math/big: add all architectures to mini-compiler

Step 2 of the mini-compiler: add all the remaining architectures.

Change-Id: I8c5283aa8baa497785a5c15f2248528fa9ae886e
Reviewed-on: https://go-review.googlesource.com/c/go/+/664936
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
src/math/big/internal/asmgen/386.go [new file with mode: 0644]
src/math/big/internal/asmgen/amd64.go [new file with mode: 0644]
src/math/big/internal/asmgen/arm64.go [new file with mode: 0644]
src/math/big/internal/asmgen/cheat.go [new file with mode: 0644]
src/math/big/internal/asmgen/loong64.go [new file with mode: 0644]
src/math/big/internal/asmgen/main.go
src/math/big/internal/asmgen/ppc64.go [new file with mode: 0644]
src/math/big/internal/asmgen/riscv64.go [new file with mode: 0644]
src/math/big/internal/asmgen/s390x.go [new file with mode: 0644]