Skip to content

Fix BigInteger.LeadingZeroCount, PopCount, TrailingZeroCount, RotateLeft, and RotateRight for platform-independent 32-bit word semantics#126259

Merged
tannergooding merged 22 commits into
mainfrom
copilot/fix-leading-zero-count-implementation
Apr 25, 2026
Merged

Fix BigInteger.LeadingZeroCount, PopCount, TrailingZeroCount, RotateLeft, and RotateRight for platform-independent 32-bit word semantics#126259
tannergooding merged 22 commits into
mainfrom
copilot/fix-leading-zero-count-implementation

Rework rotation to use nuint directly with last-index fixup per revie…

1ee9f9f
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Apr 25, 2026 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: unrelated mono ios timeout
  • The check result has changed from Failure to Success

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No