From: Austin Clements
Date: Thu, 16 Jul 2020 19:34:29 +0000 (-0400)
Subject: doc/go1.15: announce GO386=387 deprecation
X-Git-Tag: go1.15rc1~1
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=78c20c81aaa7d8d8a4aa2132806f51fb68f33a1e;p=gostls13.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
---
diff --git a/doc/go1.15.html b/doc/go1.15.html
index b9c63e2f0d..0cbc9be60d 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -94,6 +94,16 @@ Do not send CLs removing the interior tags from such phrases.
preemption.
+386
+
+
+ Go 1.15 is the last release to support x87-only floating-point
+ hardware (GO386=387
). Future releases will require at
+ least SSE2 support on 386, raising Go's
+ minimum GOARCH=386
requirement to the Intel Pentium 4
+ (released in 2000) or AMD Opteron/Athlon 64 (released in 2003).
+
+
Go command