From ae1b5c7bd9c907a4f8d097b88a3e882fdfd5a349 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Wed, 4 Jun 2014 19:53:37 -0400 Subject: [PATCH] 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 --- 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.48.1