From bb2a14252b989f89665d17b66417eff815200e3b Mon Sep 17 00:00:00 2001 From: David Chase Date: Tue, 14 Oct 2025 12:12:12 -0700 Subject: 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 TryBot-Bypass: David Chase Reviewed-by: Keith Randall --- src/runtime/export_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runtime/export_test.go') 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 -- cgit v1.3-6-g1900