Skip to content

Replace custom ctz() with C++20 std::countr_zero

819c14a
Select commit
Loading
Failed to load commit list.
Merged

Replace custom ctz() with C++20 std::countr_zero #813

Replace custom ctz() with C++20 std::countr_zero
819c14a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2025 in 0s

98.39% (+0.09%) compared to 61773d1

View this Pull Request on Codecov

98.39% (+0.09%) compared to 61773d1

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.39%. Comparing base (61773d1) to head (819c14a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #813      +/-   ##
==========================================
+ Coverage   98.30%   98.39%   +0.09%     
==========================================
  Files          35       35              
  Lines        6497     6494       -3     
==========================================
+ Hits         6387     6390       +3     
+ Misses        110      104       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.