From e1e3e705a634ea1877a6458e3e0d418fe38ed3ca Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Wed, 4 Jun 2014 21:19:54 -0400 Subject: [PATCH] [release-branch.go1.3] doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« CL 102150046 / ccf7893cc2f0 doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64. Fixes #8152. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/102150046 »»» LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/105830044 --- doc/install-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-source.html b/doc/install-source.html index ee7eb62f38..6f6a15afda 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -457,7 +457,7 @@ installs all commands there.

  • $GO386 (for 386 only, default is auto-detected -if built natively, 387 if not) +if built on either 386 or amd64, 387 otherwise)

    This controls the code generated by 8g to use either the 387 floating-point unit (set to 387) or SSE2 instructions (set to sse2) for -- 2.50.0