-
Notifications
You must be signed in to change notification settings - Fork 22
Bump cpu_features version from v0.9.0 to v0.10.1. #763
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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #763 +/- ##
=======================================
Coverage 96.82% 96.82%
=======================================
Files 122 122
Lines 7496 7496
=======================================
Hits 7258 7258
Misses 238 238 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bump 0.10.1 (cherry picked from commit d681839)
|
Successfully created backport PR for |
bump 0.10.1 (cherry picked from commit d681839)
|
Successfully created backport PR for |
bump 0.10.1 (cherry picked from commit d681839)
|
Successfully created backport PR for |
bump 0.10.1 (cherry picked from commit d681839)
|
Successfully created backport PR for |
Bump cpu_features version from v0.9.0 to v0.10.1.
The previous version had a bug that caused
getArchitectureOptimization()to returnARCH_OPT_NONEinstead of detectingNEON/SVEoptimizations on macOS ARM64, particularly affecting macOS 15 runners. This was fixed in cpu_features v0.10.0 with PR #321 "fix: macos aarch64 detection" (see release notes under Bug Fixes).