Ensure that unaligned compare256 variants are only used on little endian systems#1469
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1469 +/- ##
===========================================
- Coverage 83.15% 83.13% -0.02%
===========================================
Files 130 130
Lines 10759 10759
Branches 2760 2760
===========================================
- Hits 8947 8945 -2
- Misses 1137 1139 +2
Partials 675 675
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
This check should be moved to |
There's already a check there - the reason for this PR is that not all places that check |
|
@ccawley2011 If you want to make a backport PR against stable as well, I can accept that as well. |
With this change it should be possible to enable
UNALIGNED_OKon big endian PowerPC targets, although I've only been able to test this with QEMU.