]> Cypherpunks repositories - gostls13.git/commit
all: implement GO386=softfloat
authorKeith Randall <khr@golang.org>
Tue, 6 Oct 2020 21:42:15 +0000 (14:42 -0700)
committerKeith Randall <khr@golang.org>
Tue, 6 Oct 2020 22:49:38 +0000 (22:49 +0000)
commit04b8a9fea57e37589d82410281f22ebde0027808
treeb4096a522fb770e00a9257cd4e6ddacb97478808
parent930fa890c9b6a75700bda3dc4043de81350749ea
all: implement GO386=softfloat

Backstop support for non-sse2 chips now that 387 is gone.

RELNOTE=yes

Change-Id: Ib10e69c4a3654c15a03568f93393437e1939e013
Reviewed-on: https://go-review.googlesource.com/c/go/+/260017
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
13 files changed:
src/cmd/compile/internal/x86/galign.go
src/cmd/dist/build.go
src/cmd/dist/buildruntime.go
src/cmd/go/alldocs.go
src/cmd/go/internal/cfg/cfg.go
src/cmd/go/internal/help/helpdoc.go
src/cmd/internal/objabi/util.go
src/internal/cfg/cfg.go
test/codegen/arithmetic.go
test/codegen/floats.go
test/codegen/math.go
test/codegen/memops.go
test/run.go