aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2022-01-12 16:27:14 -0800
committerKeith Randall <khr@golang.org>2022-01-13 00:53:53 +0000
commit24239120bfbff9ebee8e8c344d9d3a8ce460b686 (patch)
tree49a796232b5e9923ff96bd12941ff37049aef672 /doc
parentf005df8b582658d54e63d59953201299d6fee880 (diff)
downloadgo-24239120bfbff9ebee8e8c344d9d3a8ce460b686.tar.gz
go-24239120bfbff9ebee8e8c344d9d3a8ce460b686.zip
doc: mention that GOAMD64 is a compile-time setting
Fixes #50589 Change-Id: Ic260a6edd9af5c9c6dd8b40f0830f88644c907f1 Reviewed-on: https://go-review.googlesource.com/c/go/+/378179 Trust: Keith Randall <khr@golang.org> Run-TryBot: Keith Randall <khr@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.18.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 03d2b4e346..f23f2b8562 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -149,7 +149,7 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="amd64">AMD64</h3>
<p><!-- CL 349595 -->
- Go 1.18 introduces the new <code>GOAMD64</code> environment variable, which selects
+ Go 1.18 introduces the new <code>GOAMD64</code> environment variable, which selects at compile time
a mininum target version of the AMD64 architecture. Allowed values are <code>v1</code>,
<code>v2</code>, <code>v3</code>, or <code>v4</code>. Each higher level requires,
and takes advantage of, additional processor features. A detailed