-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
(Shot at) Fix endian bugs in i128 intrinsic impls #39094
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Since the buildbots do not run tests for powerpc, its hard to add tests (and the current tests would’ve caught the problem); I will manually check whether the issue #39061 gets fixed once nightlies with this commit come out. EDIT: would be nice to get |
@bors r+ p=1 |
📌 Commit c032bbf has been approved by |
⌛ Testing commit c032bbf with merge ce4223b... |
💔 Test failed - status-travis |
Failure not caused by this PR. |
@bors retry |
⌛ Testing commit c032bbf with merge 59f5a0c... |
💔 Test failed - status-travis |
… On Mon, Jan 16, 2017 at 7:51 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/192396743>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39094 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95CljSERRgUSwImsB2Lpg8LHYrsMjks5rS5HwgaJpZM4LkWAI>
.
|
(Shot at) Fix endian bugs in i128 intrinsic impls Attempt to fix the endianness issues on big-endian machines such as power pc. Could not test if it actually makes stuff work on the powerpc, because setting up cross-compiler for ppc seems to be nigh-impossible on arch.
☀️ Test successful - status-appveyor, status-travis |
Attempt to fix the endianness issues on big-endian machines such as power pc. Could not test if it actually makes stuff work on the powerpc, because setting up cross-compiler for ppc seems to be nigh-impossible on arch.