]> Cypherpunks repositories - gostls13.git/commit
runtime,internal: move runtime/internal/math to internal/runtime/math
authorDavid Chase <drchase@google.com>
Tue, 23 Jul 2024 15:18:08 +0000 (11:18 -0400)
committerDavid Chase <drchase@google.com>
Tue, 23 Jul 2024 19:05:16 +0000 (19:05 +0000)
commitf9eb3e3cd59c1cf38a98f2367c6c8dc180db9a95
tree353717360b2a0422aeaa7a33e8654295d5bc76f9
parentfe87b586c036ae7ad25e22896cb90f95421545fe
runtime,internal: move runtime/internal/math to internal/runtime/math

Cleanup and friction reduction.

Updates #65355.

Change-Id: I6c4fcd409d044c00d16561fe9ed2257877d73f5b
Reviewed-on: https://go-review.googlesource.com/c/go/+/600435
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
17 files changed:
src/cmd/compile/internal/ssa/_gen/ARM64.rules
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/test/inl_test.go
src/cmd/compile/internal/walk/builtin.go
src/cmd/internal/objabi/pkgspecial.go
src/go/build/deps_test.go
src/internal/coverage/pkid.go
src/internal/runtime/math/math.go [moved from src/runtime/internal/math/math.go with 100% similarity]
src/internal/runtime/math/math_test.go [moved from src/runtime/internal/math/math_test.go with 98% similarity]
src/runtime/arena.go
src/runtime/chan.go
src/runtime/hash64.go
src/runtime/malloc.go
src/runtime/map.go
src/runtime/rand.go
src/runtime/slice.go
src/runtime/unsafe.go