v3.1.7
Windows Binaries
All builds are fully static — no extra DLLs required, runs in cmd.exe and PowerShell.
| File | Best for |
|---|---|
yafu-windows-generic.exe |
Any x86-64 CPU — widest compatibility |
yafu-windows-sse41.exe |
Intel Core 2 / Penryn (2008) and newer |
yafu-windows-avx2.exe |
Haswell (2013) and newer — recommended for most users |
yafu-windows-avx512.exe |
Skylake-X / Cascade Lake / Zen 4 (AVX-512) |
yafu-windows-avx512ifma.exe |
Ice Lake and newer — best ECM performance |
Not sure which to pick? Run wmic cpu get name in a Windows command prompt,
then look up your CPU generation, or just start with avx2 — it works on nearly every CPU sold since 2015.
What's Changed
- Fix/lasieve j16 td overflow by @kyleaskine in #86
New Contributors
- @kyleaskine made their first contribution in #86
Full Changelog: v3.1.6...v3.1.7