pkrisz99 / Renegade

A strong chess engine using a neural network to evaluate positions
https://lichess.org/@/RenegadeEngine
MIT License
23 stars 2 forks source link

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

Closed Chess321 closed 6 months ago

Chess321 commented 7 months ago

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

pkrisz99 commented 7 months ago

While I personally haven't tried it, in the case of ARM you should be able to compile the engine for your target device. It will just not use AVX2 specific instructions, and revert to using whatever optimizations your compiler can come up with.

Linux is supported, and I recall someone else doing an Android compilation as well.

Considering you opened the same issue in seventy-three other repositories, please provide logs proving that you actually did attempt to compile, and to help me track down the error, if there's any.