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

Limit size of PopCnt16 array #3

Closed
wants to merge 3 commits into from
Closed

Limit size of PopCnt16 array #3

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 5, 2020

It uses HasPopCnt to control the size of popCnt16 array, HasPopCnt is technically not "conditional compilation" its a constexpr variable.

Chess13234 added 3 commits January 5, 2020 09:41
Use hasPopCnt to control size of popcnt16 array
Use hasPopCnt to control size of array
ensure HasPopCnt?1:1<< 16 is also in the loop
@ghost ghost closed this Jan 16, 2020
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants