-
-
Notifications
You must be signed in to change notification settings - Fork 308
Support RVV hwcap detect at runtime #1585
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
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1585 +/- ##
===========================================
- Coverage 83.92% 83.88% -0.04%
===========================================
Files 133 133
Lines 10873 10873
Branches 2807 2804 -3
===========================================
- Hits 9125 9121 -4
- Misses 1047 1050 +3
- Partials 701 702 +1 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fallback to compile-time detect if kernel version lower than 6.5. Co-authored-by: Hans Kristian Rosbach <hk-git@circlestorm.org> Signed-off-by: Xeonacid <h.dwwwwww@gmail.com>
Dead2
left a comment
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.
LGTM
Fallback to compile-time detect if kernel version lower than 6.5.