We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go 1.18 will most likely contain a new set of micro-architecture optimizations for amd64 architectures activated by the GOAMD64 environment flag. This features is tracked in golang/go#45453 and the different levels are documented here: https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels.
amd64
GOAMD64
We should see which level applies to our docker images and also gain some knowledge for recommending its use internally.
The text was updated successfully, but these errors were encountered:
jaredpar
dagood
No branches or pull requests
Go 1.18 will most likely contain a new set of micro-architecture optimizations for
amd64
architectures activated by theGOAMD64
environment flag. This features is tracked in golang/go#45453 and the different levels are documented here: https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels.We should see which level applies to our docker images and also gain some knowledge for recommending its use internally.
The text was updated successfully, but these errors were encountered: