Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid
__popcnt64
on MSVC Windows 32-bit platform
The `__popcnt64` intrinsic isn't supported on 32-bit Windows, so `__popcnt` should be used instead.
- Loading branch information