-
Notifications
You must be signed in to change notification settings - Fork 29
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
Arm refactor #657
Arm refactor #657
Conversation
b23fab7
to
ac4c0ba
Compare
a199861
to
64f75c6
Compare
ac4c0ba
to
2761121
Compare
5974a26
to
608e866
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## big_refactor #657 +/- ##
================================================
+ Coverage 67.65% 67.79% +0.13%
================================================
Files 19 20 +1
Lines 2328 2338 +10
================================================
+ Hits 1575 1585 +10
Misses 753 753 ☔ View full report in Codecov by Sentry. |
608e866
to
1772fa9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good to me! :)
This more or less fixes aarch64 issues introduced by #527 .
Note: This is not tested, as I don't have an aarch64 machine available.
Somewhat fixes #641