From 5777e9700f023f1b464dc112b4e28be70da94253 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20M=C3=B6hrmann?= Date: Tue, 18 Dec 2018 12:46:06 +0100 Subject: [PATCH] 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 --- doc/go1.12.html | 16 ++++++++-------- 1 file 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.

+

+ 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

-- 2.50.0