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

rename internal_bit functions to follow the cpp20 manner #157

Merged
merged 4 commits into from
Mar 19, 2023

Conversation

yosupo06
Copy link
Collaborator

close #153

Rename functions in internal_bit to use the same name in std::bit (ref).

Because the performance problem is appeared, this time we don't replace bsf by countr_zero.

@yosupo06 yosupo06 merged commit 47b2ec4 into atcoder:master Mar 19, 2023
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.

we should use std <bit> when C++20 is enabled
1 participant