This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Consolidate implementation of ExtractBit #22225
Closed
Closed
Changes from all commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
5ff7696
Identofy duplicate callsites for BitOps
0139220
Add new methods
4b26701
- Add unsigned overload for TZCNT
c51d22e
Comments
781bc08
Add instrinsics support to some methods
bb2a8b1
CR changes: Standardize on uint instead of byte
05ce353
CR: Move statics to top of file
fe01190
Trim unused code
f917003
Remove commented-out code
d7b7e39
Cleanup
6beaa00
Update CoreClr call sites
2a0f621
More call sites
e9a7e96
Comments
e85fd48
Comments
db62682
Comments
2ffd503
Another callsite
c2295cb
LogBase2
5647564
Optimizations
5b8c1ce
CR fixes
adc5527
Optimize
f3eea46
Units passing
ee9e05a
Simplify
837102b
Fixes
499e97e
CR fixes
6574199
CR fixes
16ac132
Optimization
84e7711
Optimize
056c4bf
Log2(0) returns 0
00f7d46
Merge branch 'master' into grant-d.bits
404ec20
CR fixes
634615c
Bug
c41078a
Bug
4a48641
Return int instead of uint
90430cc
Update integrations
1392e00
Merge from master
3011abd
Perf: BitOps.LeadingZeroCount
334c816
CR fix
fb57241
CR fixes
c2b5219
Optimization
457730c
Revert
f4bbf4d
Confirmed fix
098bc6e
Simplify
10d3794
Return int
21dfb03
Fixes
749e64f
Fixes
66fd0f3
Simplify
2118e0c
Simplify
a1cb73d
CR fixes
406ee5f
CR fixes
6e5870a
Add PopCount
bff472e
Fix unit failure on Linux-musl x64 Debug
316f9d0
Add Rotate
df100cf
CR fixes
588e30f
Merge from grant-d.tzcnt
91fffb8
More call sites
91b906c
CR fixes
2ccb5b3
Cleanup
7feeca5
Merge from lzcnt
dd9fa8c
Merge from main
14893ba
Add new methods
65e6ab6
CR fixes (tanner)
e965aca
CR fixes
2be3fa2
- Fix naming
0738934
Remove redundant MSIL cast, conv.u8
dfcdc49
Fix comment
701e1e2
CR fixes
f1ecd1c
Use local functions for SoftwareFallback
f462f06
Use constants
0b20e57
Target BIT32/64
cdaf17b
Target BIT32/64
a4bfc2b
Merge branch 'grant-d.rotl' of https://github.com/grant-d/coreclr int…
0f1d0cb
CR fix
f95e258
CR fixes
528b52a
Align with main
5db853d
Remove temp vars
3b88d2d
Merge from grant-d.rotl
a03f26b
More alignments
9b1faf4
Perf fix
da2fff5
Perf
0ffb5d5
Merge from master
faac202
Cleanup
d6da0b4
Comment out unused methods
40a68f9
Revert until api review
45e6e6a
Unrevert
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.