]> Cypherpunks repositories - gostls13.git/commit
internal/runtime: remove math.Mul64
authorGavin Lam <gavin.oss@tutamail.com>
Thu, 15 Jan 2026 04:22:13 +0000 (04:22 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 22 Jan 2026 20:48:33 +0000 (12:48 -0800)
commite9e05687dee08ba0f0fb07b076f1c3f47bb57f34
tree004cb6d4462d87c3ecee4f77758577cbf7c51bff
parent1996c22f0a58a32f5f415e1a6c84bcb305f04c36
internal/runtime: remove math.Mul64

internal/runtime/math.Mul64 is a copy of math/bits.Mul64 and redundant.

Change-Id: I4dd2ab531a32da97839c6b45cf90df6430811967
GitHub-Last-Rev: 1a73e16049ee346ccfa8f052856e49e10e202d70
GitHub-Pull-Request: golang/go#77187
Reviewed-on: https://go-review.googlesource.com/c/go/+/736500
Auto-Submit: Keith Randall <khr@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssagen/intrinsics.go
src/cmd/compile/internal/ssagen/intrinsics_test.go
src/internal/runtime/math/math.go
src/runtime/hash64.go
src/runtime/rand.go