We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71218db commit 78c20c8Copy full SHA for 78c20c8
doc/go1.15.html
@@ -94,6 +94,16 @@ <h3 id="riscv">RISC-V</h3>
94
preemption.
95
</p>
96
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
107
<h2 id="tools">Tools</h2>
108
109
<h3 id="go-command">Go command</h3>
0 commit comments