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

Replace BitUtils with C++20: RotateLeft/RotateRight #10950

Merged
merged 1 commit into from Dec 11, 2022

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Aug 5, 2022

Now that we've flipped the C++20 switch, let's start making use of the nice new <bit> header.

I'm planning on handling this move away from BitUtils.h incrementally in a series of PRs. There may be a few functions remaining in BitUtils.h by the end that C++20 doesn't have any equivalents for.

Now that we've flipped the C++20 switch, let's start making use of
the nice new <bit> header.

I'm planning on handling this move away from BitUtils.h incrementally
in a series of PRs. There may be a few functions remaining in
BitUtils.h by the end that C++20 doesn't have any equivalents for.
@lioncash lioncash merged commit a1c4861 into dolphin-emu:master Dec 11, 2022
11 checks passed
@JosJuice JosJuice deleted the replace-bitutils-rotate branch December 11, 2022 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants