Ciekce / Stormphrax

UCI chess engine, with NNUE trained from zero knowledge
GNU General Public License v3.0
58 stars 12 forks source link

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

Closed Chess321 closed 2 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.

Ciekce commented 6 months ago

what's stopping you? SP will fall back to autovectorisation if the arch isn't manually supported.

That said, I do plan explicit NEON support, but I have no arm64 CPU to test on ¯\_(ツ)_/¯

Ciekce commented 2 months ago

I am a generous god: #173