Skip to content

rename internal_bit functions to follow the cpp20 manner#157

Merged
yosupo06 merged 4 commits into
atcoder:masterfrom
yosupo06:issue/153
Mar 19, 2023
Merged

rename internal_bit functions to follow the cpp20 manner#157
yosupo06 merged 4 commits into
atcoder:masterfrom
yosupo06:issue/153

Conversation

@yosupo06
Copy link
Copy Markdown
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