mirror of https://github.com/golang/go.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 <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:
parent
b23cae8095
commit
ad2c517708
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue