summaryrefslogtreecommitdiff
path: root/doc/go1.12.html
diff options
context:
space:
mode:
authorMartin Möhrmann <moehrmann@google.com>2018-12-18 12:46:06 +0100
committerMartin Möhrmann <moehrmann@google.com>2018-12-18 16:18:54 +0000
commit5777e9700f023f1b464dc112b4e28be70da94253 (patch)
tree9334a93a17d7c18275f656c37fc8f990f69aab61 /doc/go1.12.html
parent3855fe7254cbce964a53efdf6d8c9fdde9b4419c (diff)
downloadgo-git-5777e9700f023f1b464dc112b4e28be70da94253.tar.gz
doc/go1.12: add release notes for GODEBUG internal/cpu options
Change-Id: Id68b62138e14d13bb352b14c7f42bcef5601eee3 Reviewed-on: https://go-review.googlesource.com/c/154717 Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'doc/go1.12.html')
-rw-r--r--doc/go1.12.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 028ab0ce75..f1841cbffe 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -274,6 +274,14 @@ for {
decrease unless the OS is running out of memory.
</p>
+<p><!-- CL 149578 -->
+ Adding cpu.<em>extension</em>=off to the
+ <a href="/doc/diagnostics.html#godebug">GODEBUG</a> environment
+ variable now disables the use of optional CPU instruction
+ set extensions in the standard library and runtime. This is not
+ yet supported on Windows.
+</p>
+
<h2 id="library">Core library</h2>
<h3 id="tls_1_3">TLS 1.3</h3>
@@ -493,14 +501,6 @@ for {
</dl><!-- image/png -->
-<dl id="internal/cpu"><dt><a href="/pkg/internal/cpu/">internal/cpu</a></dt>
- <dd>
- <p><!-- CL 149578 -->
- TODO: <a href="https://golang.org/cl/149578">https://golang.org/cl/149578</a>: move GODEBUGCPU options into GODEBUG
- </p>
-
-</dl><!-- internal/cpu -->
-
<dl id="internal/poll"><dt><a href="/pkg/internal/poll/">internal/poll</a></dt>
<dd>
<p><!-- CL 130676 -->