Skip to content
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

x/sys/cpu: add ARM64 and PPC64 support #25185

Closed
FiloSottile opened this issue Apr 30, 2018 · 3 comments
Closed

x/sys/cpu: add ARM64 and PPC64 support #25185

FiloSottile opened this issue Apr 30, 2018 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@FiloSottile
Copy link
Contributor

golang/sys@4adea00 added x/sys/cpu, but there is no support for ARM64 and PPC64 feature detection because that will require some form of runtime participation.

See the end of the #24843 thread for context.

Remember that subrepos need to work with the two last Go releases.

@FiloSottile FiloSottile added the NeedsFix The path to resolution is known, but the work has not been done. label Apr 30, 2018
@FiloSottile FiloSottile added this to the Unreleased milestone Apr 30, 2018
@laboger
Copy link
Contributor

laboger commented Apr 30, 2018

@ceseo will look at this.

@gopherbot
Copy link

Change https://golang.org/cl/150718 mentions this issue: x/sys: add linux/arm64

gopherbot pushed a commit to golang/sys that referenced this issue Dec 6, 2018
Port from Go internal/cpu

Updates golang/go#25185

Change-Id: I8390980e38b61f6c428fafa0665a03952e7b00bb
Reviewed-on: https://go-review.googlesource.com/c/150718
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
@gopherbot
Copy link

Change https://golang.org/cl/152938 mentions this issue: cpu: add linux/ppc64x

@golang golang locked and limited conversation to collaborators Jan 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants