-
Notifications
You must be signed in to change notification settings - Fork 730
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
cpu::intel: Do CPU feature detection in Rust. #2346
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2346 +/- ##
=======================================
Coverage 96.61% 96.61%
=======================================
Files 176 175 -1
Lines 21640 21605 -35
Branches 529 515 -14
=======================================
- Hits 20907 20874 -33
- Misses 618 626 +8
+ Partials 115 105 -10 ☔ View full report in Codecov by Sentry. |
45b3569
to
4ab4ec6
Compare
It looks like Rust 1.63..=1.65 may contain bugs in |
b497019
to
411cb9d
Compare
We should check what the latest versions of stdarch do and what libstd is using. Maybe we can look into workarounds used by other projects to use these safely. |
c3729e7
to
d9a0fb2
Compare
9505843
to
059de32
Compare
No description provided.