aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2025-10-14 12:12:12 -0700
committerDavid Chase <drchase@google.com>2025-10-14 12:45:58 -0700
commitbb2a14252b989f89665d17b66417eff815200e3b (patch)
treeb3f14c9798985497758833db1222e409700f8ebc /src/runtime/export_test.go
parent3bc9d9fa8348064c33f6e69f376994af4380d3ab (diff)
downloadgo-bb2a14252b989f89665d17b66417eff815200e3b.tar.xz
Revert "runtime: adjust softfloat corner cases to match amd64/arm64"
This reverts commit b9f3accdcf973ca41069e22e6859b9436801aae5. Reason for revert: we need to do this more carefully, at minimum gated by a module version (This should follow the WASM FP conversion revert) Change-Id: Ib98ce7d243348f69c9944db8537397b225c2cc33 Reviewed-on: https://go-review.googlesource.com/c/go/+/711841 Reviewed-by: Keith Randall <khr@golang.org> TryBot-Bypass: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@google.com>
Diffstat (limited to 'src/runtime/export_test.go')
-rw-r--r--src/runtime/export_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/export_test.go b/src/runtime/export_test.go
index f61cac763c..9f2fcacc30 100644
--- a/src/runtime/export_test.go
+++ b/src/runtime/export_test.go
@@ -25,7 +25,6 @@ var F32to64 = f32to64
var Fcmp64 = fcmp64
var Fintto64 = fintto64
var F64toint = f64toint
-var F64touint = f64touint64
var Entersyscall = entersyscall
var Exitsyscall = exitsyscall