CPU with at least SSE 4.1 support.
Release version is compiled with -march=haswell.
Thus only Haswell or AMD equivalent architectures and newer are supported natively.
For older CPUs (Sandy/Ivy bridge), replace -march=haswell by -march=native in project properties and compile yourself.
- Requires Visual Studio 202x version with Clang compiler installed !!!
- Instructions for adding Clang to VS here:
https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-170 - Open .sln file and select "Release" configuration
- Compile and run
- You can also use the precompiled version in "Releases" github section (only Haswell and newer).
Procesor alespoň s podporou instrukční sady SSE 4.1.
Konfigurace "Release" je zkompilována s nastavením -march=haswell.
Tudíž jsou podporovány pouze procesory architektury haswell, nebo AMD ekvivalenty.
Pro starší generace procesorů (Sandy/Ivy bridge), je nutno nahradit -march=haswell příznakem -march=native a musí být ručně rekompilován.
- Požaduje verzi Visual Studio 202x s nainstalovaným balíčkem Clang !!!
- Instrukce pro přidání Clang do VS lze nalézt zde:
https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-170 - Otevřete .sln soubor v hlavním adresáři, zvolte horní nabídce konfiguraci "Release"
- Klikněte na tlačítko "Compile and run"
- Prekompilovaná verze se nachází v položce "Releases" (pouze Haswell a novější).