]> Cypherpunks repositories - gostls13.git/commit
math/big: add shift and mul to mini-compiler
authorRuss Cox <rsc@golang.org>
Thu, 10 Apr 2025 23:17:30 +0000 (19:17 -0400)
committerGopher Robot <gobot@golang.org>
Sat, 19 Apr 2025 15:19:20 +0000 (08:19 -0700)
commit39070da4f82b8d80899c3ffa7d671a934dadd267
treeda17077eba0c68ea2043253dfe68aa2d87c53d91
parent2a881066176d89ba6545134aae008bc9ace3bd31
math/big: add shift and mul to mini-compiler

Step 3 of the mini-compiler: add the generators for the shift and mul routines.

Change-Id: I981d5b7086262c740036f5db768d3e63083984e2
Reviewed-on: https://go-review.googlesource.com/c/go/+/664937
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/math/big/internal/asmgen/arch.go
src/math/big/internal/asmgen/arm.go
src/math/big/internal/asmgen/asm.go
src/math/big/internal/asmgen/cheat.go
src/math/big/internal/asmgen/main.go
src/math/big/internal/asmgen/mul.go [new file with mode: 0644]
src/math/big/internal/asmgen/shift.go [new file with mode: 0644]