-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove indexOfTheOnlyBit in IntSet.Internal (#1037)
It has a complicated definition used only for 32-bit GHC. This isn't necessary because we can use countTrailingZeros as we do for 64-bit. Also drop a CPP check for 32/64-bit GHC, GHC doesn't support anything else.
- Loading branch information
Showing
1 changed file
with
5 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters