aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2025-11-21 18:17:10 -0800
committerCherry Mui <cherryyz@google.com>2025-11-24 07:54:12 -0800
commit0c69e7734308f36de7acbeda4cabced8018c04e3 (patch)
treea7ec599f199f98e0fe4d14110ebafa974cb63f19 /src/cmd/compile/internal
parentda92168ec8cedf08603fd77929a4b9d7e3183275 (diff)
downloadgo-0c69e7734308f36de7acbeda4cabced8018c04e3.tar.xz
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>
Diffstat (limited to 'src/cmd/compile/internal')
-rw-r--r--src/cmd/compile/internal/ssa/stmtlines_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ssa/stmtlines_test.go b/src/cmd/compile/internal/ssa/stmtlines_test.go
index 34c3cf2255..2bdd6c80b2 100644
--- a/src/cmd/compile/internal/ssa/stmtlines_test.go
+++ b/src/cmd/compile/internal/ssa/stmtlines_test.go
@@ -140,7 +140,7 @@ func TestStmtLines(t *testing.T) {
var m float64
switch runtime.GOARCH {
case "amd64":
- m = 0.0112 // > 98.88% obtained on amd64, no backsliding
+ m = 0.0111 // > 98.89% obtained on amd64, no backsliding
case "riscv64":
m = 0.03 // XXX temporary update threshold to 97% for regabi
default: