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

Backport C++20 countl_zero #128

Merged
merged 3 commits into from
Jan 6, 2022
Merged

Backport C++20 countl_zero #128

merged 3 commits into from
Jan 6, 2022

Conversation

vbaderks
Copy link
Contributor

@vbaderks vbaderks commented Jan 6, 2022

countl_zero can be used in peek_0_bits and is 2X faster.
Note: peek_0_bits is not on a hot path, overall gain is limited.

Apply updates for clang-tidy v13 (ships with VS 2022 17.1 Preview 2)

countl_zero can be used in peek_0_bits and is 2X faster.
Note: peek_0_bits is not on a hot path, overall gain is limited.

Apply updates for clang-tidy v13 (ships with VS 2022 17.1 Preview 2)
@vbaderks vbaderks merged commit 0b3ac70 into master Jan 6, 2022
@vbaderks vbaderks deleted the bits branch January 6, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant