]> Cypherpunks repositories - gostls13.git/commit
Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels"
authorCherry Mui <cherryyz@google.com>
Sat, 22 Nov 2025 02:17:10 +0000 (18:17 -0800)
committerCherry Mui <cherryyz@google.com>
Mon, 24 Nov 2025 15:54:12 +0000 (07:54 -0800)
commit0c69e7734308f36de7acbeda4cabced8018c04e3
treea7ec599f199f98e0fe4d14110ebafa974cb63f19
parentda92168ec8cedf08603fd77929a4b9d7e3183275
Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels"

This reverts CL 719520.

Reason for revert: Naming is confusing. Also, this has a semantic merge
conflict with CL 722040. Let's revert, fix the naming and conflict, and
do it again.

Change-Id: I0dc0c7c58470d63d48a4f69adb38c18f95db0beb
Reviewed-on: https://go-review.googlesource.com/c/go/+/723220
Reviewed-by: Junyang Shao <shaojunyang@google.com>
TryBot-Bypass: David Chase <drchase@google.com>
19 files changed:
src/cmd/compile/internal/ssa/stmtlines_test.go
src/go/build/deps_test.go
src/internal/runtime/gc/scan/expand_amd64.go [moved from src/internal/runtime/gc/scan/export_amd64_test.go with 76% similarity]
src/internal/runtime/gc/scan/expand_amd64.s [new file with mode: 0644]
src/internal/runtime/gc/scan/expand_amd64_test.go
src/internal/runtime/gc/scan/expand_simd_amd64_test.go [deleted file]
src/internal/runtime/gc/scan/expand_test.go
src/internal/runtime/gc/scan/expanders_amd64.go [deleted file]
src/internal/runtime/gc/scan/expanders_amd64.s [deleted file]
src/internal/runtime/gc/scan/export_simd_amd64_test.go [deleted file]
src/internal/runtime/gc/scan/mkasm.go
src/internal/runtime/gc/scan/mkexpanders.go [deleted file]
src/internal/runtime/gc/scan/scan_amd64.go
src/internal/runtime/gc/scan/scan_amd64.s
src/internal/runtime/gc/scan/scan_amd64_test.go
src/internal/runtime/gc/scan/scan_generic.go
src/internal/runtime/gc/scan/scan_nosimd_amd64.go [deleted file]
src/internal/runtime/gc/scan/scan_simd_amd64.go [deleted file]
src/internal/runtime/gc/scan/scan_test.go