From: Martin Möhrmann Date: Tue, 18 Dec 2018 11:46:06 +0000 (+0100) Subject: doc/go1.12: add release notes for GODEBUG internal/cpu options X-Git-Tag: go1.12beta1~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5777e9700f023f1b464dc112b4e28be70da94253;p=gostls13.git 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 Reviewed-by: Brad Fitzpatrick --- 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.

+

+ Adding cpu.extension=off to the + GODEBUG 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. +

+

Core library

TLS 1.3

@@ -493,14 +501,6 @@ for { -
internal/cpu
-
-

- TODO: https://golang.org/cl/149578: move GODEBUGCPU options into GODEBUG -

- -
-
internal/poll