Skip to content

v1.0.0

Compare
Choose a tag to compare
@MinusKelvin MinusKelvin released this 27 Feb 23:54
· 220 commits to main since this release

I think I've gotten pretty far in only two weeks of development and with such a small NNUE architecture.

The release binaries are categorized by microarchitecture levels. The general rule of thumb is:

  • x86_64-v3 will work on modern (2015+) CPUs (avx2, bmi1, lzcnt, etc.)
  • x86_64-v2 will work on older (2009+) CPUs (popcnt, sse4, etc.)
  • x86_64 will work on any x86_64 CPU.