You can not select more than 25 topicsTopics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
- Fix undefined reference to __popcountdi2 by adding __POPCNT__ check
- Use Brian Kernighan's algorithm for better fallback performance
- Improve C compatibility by using NULL instead of nullptr
- Use stdint.h instead of cstdint for better C compatibility
- Prioritize MSVC __popcnt64 over GCC builtin for better reliability
This resolves linking errors in environments where compiler builtins
are not properly linked, particularly affecting test compilation.