From ad2c517708ec24a9ce9393cbdf8aa87615f0d709 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 21 Jun 2023 13:21:00 -0700 Subject: [PATCH] doc/go1.21: correct GOOS to GOARCH (another location) Change-Id: Ie71bc41bd7f1aecf6ce69a8b310668fdd03da42b Reviewed-on: https://go-review.googlesource.com/c/go/+/504880 TryBot-Bypass: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Rhys Hiltner Auto-Submit: Ian Lance Taylor Reviewed-by: Eli Bendersky --- doc/go1.21.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index c25f94a2d9..cbba30975e 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -511,7 +511,7 @@ Do not send CLs removing the interior tags from such phrases.
crypto/sha256

- SHA-224 and SHA-256 operations now use native instructions when available when GOOS=amd64, providing a performance improvement on the order of 3-4x. + SHA-224 and SHA-256 operations now use native instructions when available when GOARCH=amd64, providing a performance improvement on the order of 3-4x.

-- 2.50.0