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. +
+- TODO: https://golang.org/cl/149578: move GODEBUGCPU options into GODEBUG -
- -