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 <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Rhys Hiltner <rhys@justin.tv>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Eli Bendersky <eliben@google.com>
This commit is contained in:
Ian Lance Taylor 2023-06-21 13:21:00 -07:00 committed by Gopher Robot
parent b23cae8095
commit ad2c517708
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="crypto/sha256"><dt><a href="/pkg/crypto/sha256/">crypto/sha256</a></dt> <dl id="crypto/sha256"><dt><a href="/pkg/crypto/sha256/">crypto/sha256</a></dt>
<dd> <dd>
<p><!-- https://go.dev/issue/50543, CL 408795 --> <p><!-- https://go.dev/issue/50543, CL 408795 -->
SHA-224 and SHA-256 operations now use native instructions when available when <code>GOOS=amd64</code>, providing a performance improvement on the order of 3-4x. SHA-224 and SHA-256 operations now use native instructions when available when <code>GOARCH=amd64</code>, providing a performance improvement on the order of 3-4x.
</p> </p>
</dd> </dd>
</dl><!-- crypto/sha256 --> </dl><!-- crypto/sha256 -->