]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.12: add release notes for GODEBUG internal/cpu options
authorMartin Möhrmann <moehrmann@google.com>
Tue, 18 Dec 2018 11:46:06 +0000 (12:46 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Tue, 18 Dec 2018 16:18:54 +0000 (16:18 +0000)
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>
doc/go1.12.html

index 028ab0ce7586c92c03c24f7121b222837891bd4b..f1841cbffebc7d98f1f8719b5ed4d91deecbcdfa 100644 (file)
@@ -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 -->