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

runtime·support_bmi2 is dropped in Go 1.11 #2

Closed
FiloSottile opened this issue Jun 29, 2018 · 1 comment · Fixed by #3
Closed

runtime·support_bmi2 is dropped in Go 1.11 #2

FiloSottile opened this issue Jun 29, 2018 · 1 comment · Fixed by #3

Comments

@FiloSottile
Copy link

This will not compile with Go 1.11.

CMPB runtime·support_bmi2(SB), $0

You can use golang.org/x/sys/cpu instead: https://godoc.org/golang.org/x/sys/cpu#pkg-variables

@Bren2010
Copy link
Contributor

Bren2010 commented Jul 2, 2018

Thanks for the heads up! I'll try to get to this before long, as well as fixing darwin/arm64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants