From: Ian Lance Taylor Date: Wed, 21 Jun 2023 20:21:00 +0000 (-0700) Subject: doc/go1.21: correct GOOS to GOARCH (another location) X-Git-Tag: go1.21rc3~2^2~76 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ad2c517708ec24a9ce9393cbdf8aa87615f0d709;p=gostls13.git 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 --- 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.