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 C++20 std utils for counting bits and bit rotates #8024

Merged
merged 4 commits into from
Apr 14, 2020

Conversation

Nekotekina
Copy link
Member

@Nekotekina Nekotekina commented Apr 13, 2020

Removed corresponding utils from Utilities/asm.h

@Nekotekina
Copy link
Member Author

Nekotekina commented Apr 13, 2020

RIP, it doesn't compile on MSVC... Although it has header and functions.

@MSuih
Copy link
Member

MSuih commented Apr 13, 2020

I tested a couple of games with the windows build and didn't run into any (new) issues.

@Nekotekina Nekotekina changed the title Switch to std::countr_{zero,one} Use C++20 std utils for counting bits and bit rotates Apr 14, 2020
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.

None yet

2 participants