Alex2262 / AltairChessEngine

A strong chess engine made in c++
MIT License
56 stars 5 forks source link

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

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

Alex2262 commented 7 months ago

Altair can definitely be compiled on Linux and Arm devices as I have done so myself. It may not be possible to compile Altair on Android devices, as I do not have on and thus cannot test on it. It is also not my priority to support it currently. As for NEON, Altair does compile with NEON; however, auto-vectorization is used in place of the handmade NEON SIMD code as it is faster.