From: Keith Randall Date: Thu, 13 Jan 2022 00:27:14 +0000 (-0800) Subject: doc: mention that GOAMD64 is a compile-time setting X-Git-Tag: go1.18beta2~105 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=24239120bfbff9ebee8e8c344d9d3a8ce460b686;p=gostls13.git 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 --- 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