Skip to content

Commit 78c20c8

Browse files
committed
doc/go1.15: announce GO386=387 deprecation
For #40255. Updates #37419. Change-Id: If9210c855cc2eea079e7e469463d4203888748f7 Reviewed-on: https://go-review.googlesource.com/c/go/+/243137 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 71218db commit 78c20c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/go1.15.html

+10
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@ <h3 id="riscv">RISC-V</h3>
9494
preemption.
9595
</p>
9696

97+
<h3 id="386">386</h3>
98+
99+
<p><!-- golang.org/issue/40255 -->
100+
Go 1.15 is the last release to support x87-only floating-point
101+
hardware (<code>GO386=387</code>). Future releases will require at
102+
least SSE2 support on 386, raising Go's
103+
minimum <code>GOARCH=386</code> requirement to the Intel Pentium 4
104+
(released in 2000) or AMD Opteron/Athlon 64 (released in 2003).
105+
</p>
106+
97107
<h2 id="tools">Tools</h2>
98108

99109
<h3 id="go-command">Go command</h3>

0 commit comments

Comments
 (0)