mirror of
https://github.com/golang/go.git
synced 2025-05-06 08:03:03 +00:00
Fix expression in microarchitecture secion
parent
9f9648a26f
commit
35d263ea39
@ -65,7 +65,7 @@ illumos (former OpenSolaris 10) based distributions or Oracle Solaris 11+.
|
|||||||
|
|
||||||
### Microarchitecture support
|
### Microarchitecture support
|
||||||
|
|
||||||
Go supports microarchitecture-specific compilation by environment variables, e.g. GOAMD64 for go1.18 and later, for compilation. Changing the microarchitecture is cache-safe, so caches don't require cleaning. Binaries will check at startup whether the microarchitecture level is supported. For example `GOAMD64=v3 go test` will fail on a CPU that doesn't have LZCNT support.
|
Go supports microarchitecture-specific compilation by environment variables, e.g. GOAMD64 for go1.18 and later. Changing the microarchitecture is cache-safe, so caches don't require cleaning. Binaries will check at startup whether the microarchitecture level is supported. For example `GOAMD64=v3 go test` will fail on a CPU that doesn't have LZCNT support.
|
||||||
|
|
||||||
### amd64
|
### amd64
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user