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: memhash64 broken on big endian systems #21677

Closed
mundaym opened this issue Aug 29, 2017 · 1 comment
Closed

runtime: memhash64 broken on big endian systems #21677

mundaym opened this issue Aug 29, 2017 · 1 comment
Milestone

Comments

@mundaym
Copy link
Member

mundaym commented Aug 29, 2017

The 64-bit implementation of memhash64 assumes a little endian system and so the ppc64/s390x builders are failing.

@mundaym mundaym added this to the Go1.10 milestone Aug 29, 2017
@mundaym mundaym self-assigned this Aug 29, 2017
@gopherbot
Copy link

Change https://golang.org/cl/59810 mentions this issue: runtime: fix memhash64 on big endian systems

@golang golang locked and limited conversation to collaborators Aug 29, 2018
@rsc rsc unassigned mundaym Jun 23, 2022
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

2 participants