]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: adjust softfloat corner cases to match amd64/arm64"
authorDavid Chase <drchase@google.com>
Tue, 14 Oct 2025 19:12:12 +0000 (12:12 -0700)
committerDavid Chase <drchase@google.com>
Tue, 14 Oct 2025 19:45:58 +0000 (12:45 -0700)
commitbb2a14252b989f89665d17b66417eff815200e3b
treeb3f14c9798985497758833db1222e409700f8ebc
parent3bc9d9fa8348064c33f6e69f376994af4380d3ab
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>
src/runtime/export_test.go
src/runtime/softfloat64.go
src/runtime/softfloat64_test.go
test/convert5.go