From 24239120bfbff9ebee8e8c344d9d3a8ce460b686 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Wed, 12 Jan 2022 16:27:14 -0800 Subject: [PATCH] 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 Run-TryBot: Keith Randall Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- doc/go1.18.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

AMD64

- Go 1.18 introduces the new GOAMD64 environment variable, which selects + Go 1.18 introduces the new GOAMD64 environment variable, which selects at compile time a mininum target version of the AMD64 architecture. Allowed values are v1, v2, v3, or v4. Each higher level requires, and takes advantage of, additional processor features. A detailed