-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
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
cmd/go: add GOAMD64 environment variable #48359
Conversation
This PR (HEAD: 6b6e325) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/349595 to see it. Tip: You can toggle comments from me using the |
Message from Martin Möhrmann: Patch Set 1: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Matthew Dempsky: Patch Set 1: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
This PR (HEAD: cf110f8) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/349595 to see it. Tip: You can toggle comments from me using the |
Message from Nikita Melekhin: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Matthew Dempsky: Patch Set 2: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Keith Randall: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
This PR (HEAD: 2633e98) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/349595 to see it. Tip: You can toggle comments from me using the |
Message from Nikita Melekhin: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Martin Möhrmann: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Martin Möhrmann: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Bryan C. Mills: Patch Set 3: Code-Review+1 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
This PR (HEAD: 28f52c2) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/349595 to see it. Tip: You can toggle comments from me using the |
Message from Nikita Melekhin: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Bryan C. Mills: Patch Set 4: Trust+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Nikita Melekhin: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Matthew Dempsky: Patch Set 4: Run-TryBot+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 4: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
The variable represents the microarchitecture levels for which to compile. Valid values are v1 (default), v2, v3, v4. Updates golang#45453
This PR (HEAD: f83ed17) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/349595 to see it. Tip: You can toggle comments from me using the |
Message from Nikita Melekhin: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Nikita Melekhin: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Nikita Melekhin: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Matthew Dempsky: Patch Set 5: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
Message from Go Bot: Patch Set 5: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/349595. |
The variable represents the microarchitecture level for which to compile. Valid values are v1 (default), v2, v3, v4. Updates #45453 Change-Id: I095197fc9239d79f98896d7e745e2341354daca4 GitHub-Last-Rev: f83ed17 GitHub-Pull-Request: #48359 Reviewed-on: https://go-review.googlesource.com/c/go/+/349595 Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Matthew Dempsky <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Bryan C. Mills <[email protected]>
This PR is being closed because golang.org/cl/349595 has been merged. |
The variable represents the microarchitecture level for which to compile. Valid values are v1 (default), v2, v3, v4. Updates #45453 Change-Id: I095197fc9239d79f98896d7e745e2341354daca4 GitHub-Last-Rev: f83ed17204606264073be5b9831f9d24f2f9dbc4 GitHub-Pull-Request: golang/go#48359 Reviewed-on: https://go-review.googlesource.com/c/go/+/349595 Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Matthew Dempsky <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Bryan C. Mills <[email protected]>
The variable represents the microarchitecture level for which to compile. Valid values are v1 (default), v2, v3, v4. Updates #45453 Change-Id: I095197fc9239d79f98896d7e745e2341354daca4 GitHub-Last-Rev: f83ed17204606264073be5b9831f9d24f2f9dbc4 GitHub-Pull-Request: golang/go#48359 Reviewed-on: https://go-review.googlesource.com/c/go/+/349595 Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Matthew Dempsky <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Bryan C. Mills <[email protected]>
The variable represents the microarchitecture level for which to compile. Valid values are v1 (default), v2, v3, v4. Updates #45453 Change-Id: I095197fc9239d79f98896d7e745e2341354daca4 GitHub-Last-Rev: f83ed17204606264073be5b9831f9d24f2f9dbc4 GitHub-Pull-Request: golang/go#48359 Reviewed-on: https://go-review.googlesource.com/c/go/+/349595 Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Matthew Dempsky <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Bryan C. Mills <[email protected]>
The variable represents the microarchitecture level for which to compile. Valid values are v1 (default), v2, v3, v4. Updates #45453 Change-Id: I095197fc9239d79f98896d7e745e2341354daca4 GitHub-Last-Rev: f83ed17204606264073be5b9831f9d24f2f9dbc4 GitHub-Pull-Request: golang/go#48359 Reviewed-on: https://go-review.googlesource.com/c/go/+/349595 Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Matthew Dempsky <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Bryan C. Mills <[email protected]>
The variable represents the microarchitecture level for which to compile.
Valid values are v1 (default), v2, v3, v4.
Updates #45453