mirror of https://github.com/golang/go.git
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 <andybons@golang.org>
This commit is contained in:
parent
71218dbc40
commit
78c20c81aa
|
|
@ -94,6 +94,16 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
preemption.
|
preemption.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h3 id="386">386</h3>
|
||||||
|
|
||||||
|
<p><!-- golang.org/issue/40255 -->
|
||||||
|
Go 1.15 is the last release to support x87-only floating-point
|
||||||
|
hardware (<code>GO386=387</code>). Future releases will require at
|
||||||
|
least SSE2 support on 386, raising Go's
|
||||||
|
minimum <code>GOARCH=386</code> requirement to the Intel Pentium 4
|
||||||
|
(released in 2000) or AMD Opteron/Athlon 64 (released in 2003).
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2 id="tools">Tools</h2>
|
<h2 id="tools">Tools</h2>
|
||||||
|
|
||||||
<h3 id="go-command">Go command</h3>
|
<h3 id="go-command">Go command</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue