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

Use BCL provided BitOperations class to accelerate bit-twiddling hacks #35

Merged
merged 10 commits into from
Mar 19, 2024

Conversation

PaulusParssinen
Copy link
Contributor

@PaulusParssinen PaulusParssinen commented Mar 19, 2024

Use BCL provided BitOperations class to accelerate bit-twiddling hacks. These use hardware provided intrinsics if they're available.

This PR also removes some of the many duplicated and unused methods in the Utility classes. These classes will evaporate in its entirety eventually.

Copy link
Contributor

@vazois vazois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@vazois vazois merged commit 9386480 into microsoft:main Mar 19, 2024
10 checks passed
@PaulusParssinen PaulusParssinen deleted the dedupe-bcl-bitoperations branch March 19, 2024 22:38
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants