Change information
Commit message:
cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
Roll back CL 740880 (commit fc646e489fd944b6f77d327ab77f1a4bab81d5ad)
because it adds a golang.org/x/sys/windows import to the cpu package.
The cpu package is vendored into the main Go tree and the policy there
does not currently permit this dependency.
For golang/go#76791.
Fixes golang/go#78259.
Change-Id: I72860cdf98192f4cbd2b3398926203a752d8d0fe
Cq-Include-Trybots: luci.golang.try:x_sys-gotip-windows-arm64
Files:
- M cpu/cpu_other_arm64.go
- D cpu/cpu_windows_arm64.go
Change size: S
Delta: 2 files changed, 1 insertion(+), 43 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Michael Pratt, +1 by Dmitri Shuralyov
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI