-
Notifications
You must be signed in to change notification settings - Fork 709
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
Add 32-bit big-endian PowerPC support #1676
Conversation
@erichte-ibm PTAL. |
We need the change to rust-lang/rust analogous to rust-lang/rust#105389 for this target and probably for the 64-bit big-endian version too. |
Codecov Report
@@ Coverage Diff @@
## main #1676 +/- ##
==========================================
+ Coverage 95.98% 95.99% +0.01%
==========================================
Files 134 134
Lines 19953 19953
Branches 199 199
==========================================
+ Hits 19151 19153 +2
+ Misses 765 763 -2
Partials 37 37
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@runlevel5 Perhaps you know who should look at this? |
@classilla I am wondering if you could help Brian review this Pull Request? Many thanks in advance |
This commit probably introduces misdetection of powerpc64 (big-endian). The reason is that |
Also, this line:
It's not necessary to check endianness here, there were no middle-endian PPC and I doubt ring even supports middle-endian :) |
What @pkubaj said. Please note that I have relatively few 32-bit systems now running anything other than old versions of Mac OS or Mac OS X. |
No description provided.