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

MathUtil: Mark IntLog2 as constexpr #9868

Merged
merged 1 commit into from Jul 6, 2021

Conversation

leoetlino
Copy link
Member

Mostly everything else in MathUtil was already marked as constexpr
and the only function IntLog2 calls (CountLeadingZeros) is already constexpr.

Mostly everything else was already marked as constexpr, and the only
function IntLog2 calls (CountLeadingZeros) is already constexpr.
@JosJuice JosJuice merged commit 02309bd into dolphin-emu:master Jul 6, 2021
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants