From 9a258f308689d2f1cb13f286baf745aad5fa991b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=B6hrmann?= Date: Wed, 14 Nov 2018 23:13:28 +0100 Subject: [PATCH] doc: document GODEBUG options to disable use of instruction set extensions Fixes #27218 Change-Id: I4eb8e8f2486b20fe0ed6e3e2c6ec521c9e8c0032 Reviewed-on: https://go-review.googlesource.com/c/149579 Reviewed-by: Austin Clements --- doc/diagnostics.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/diagnostics.html b/doc/diagnostics.html index 0a7847744b..478611c15c 100644 --- a/doc/diagnostics.html +++ b/doc/diagnostics.html @@ -456,3 +456,15 @@ each collection, summarizing the amount of memory collected and the length of the pause.
  • GODEBUG=schedtrace=X prints scheduling events every X milliseconds.
  • + +

    The GODEBUG environmental variable can be used to disable use of +instruction set extensions in the standard library and runtime.

    + +