SnowballSH / Avalanche

UCI Chess Engine written in Zig.
MIT License
71 stars 4 forks source link

Please add ARMv9.2, SVE2, Dot Product and Neon support #37

Open Chess321 opened 6 months ago

Chess321 commented 6 months ago

It's sad that it's not possible to compile the newest version on Android and Linux devices.

SnowballSH commented 6 months ago

Just change the arch flag in zig compiler, zig will cross compile. Make sure you are using an old version of zig, not the latest zig (see readme)