primesieve-12.3
This release adds runtime dispatching to AVX512 (for x64 CPUs that support it) for MinGW. For x64 CPUs, AVX512 runtime dispatching is now enabled by default when compiling using GCC and Clang on all operating systems.
- Improve Windows multiarch support (now works with MinGW64).
- Add runtime POPCNT detection using CPUID for x86 CPUs.
- Improve GCC/Clang multiarch preprocessor logic.
CMakeLists.txt
: Remove POPCNT/BMI check for x86 CPUs.