Skip to content
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

MSRV 1.60: cpu: Use std::arch::is_aarch64_feature_detected on AArch64. #1542

Closed
wants to merge 4 commits into from

cpu: Expand dynamic detection to all supported OSs on AArch64.

07b68f3
Select commit
Loading
Failed to load commit list.
Closed

MSRV 1.60: cpu: Use std::arch::is_aarch64_feature_detected on AArch64. #1542

cpu: Expand dynamic detection to all supported OSs on AArch64.
07b68f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 27, 2023 in 1s

92.09% (+0.00%) compared to 7bbc307

View this Pull Request on Codecov

92.09% (+0.00%) compared to 7bbc307

Details

Codecov Report

Merging #1542 (07b68f3) into main (7bbc307) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1542   +/-   ##
=======================================
  Coverage   92.09%   92.09%           
=======================================
  Files         132      132           
  Lines       18869    18834   -35     
  Branches      196      196           
=======================================
- Hits        17377    17346   -31     
+ Misses       1455     1452    -3     
+ Partials       37       36    -1     
Files Coverage Δ
src/cpu.rs 100.00% <100.00%> (ø)
src/cpu/arm.rs 91.66% <100.00%> (-0.73%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more