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

cmd/asm: s390x instruction VREPI{H,F,G} encoding is incorrect #18749

Closed
mundaym opened this issue Jan 22, 2017 · 3 comments
Closed

cmd/asm: s390x instruction VREPI{H,F,G} encoding is incorrect #18749

mundaym opened this issue Jan 22, 2017 · 3 comments

Comments

@mundaym
Copy link
Member

mundaym commented Jan 22, 2017

The M3 field isn't being written out (it is hardcoded to 0) so VREPI{H,F,G} are all encoded as VREPIB.

@gopherbot
Copy link

CL https://golang.org/cl/35561 mentions this issue.

@dr2chase
Copy link
Contributor

I assume this is for 1.9? Seems very late for 1.8, though also not very risky, and the risk is almost entirely on PPC/IBM.

@mundaym
Copy link
Member Author

mundaym commented Jan 23, 2017

I can work around it so 1.9 is fine I think.

@dr2chase dr2chase added this to the Go1.9Early milestone Jan 24, 2017
@golang golang locked and limited conversation to collaborators Feb 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants