amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
131 stars 28 forks source link

Add ARMv9.2, SVE2 support #54

Open Chess321 opened 5 months ago

Chess321 commented 5 months ago

Describe the issue

It's not possible to compile with ARMv9.2, SVE2 support.

Expected behavior

ARMv9.2, SVE2 should be used instead of old ARMv8.

Steps to reproduce

Compile.

Anything else?

No response

Operating system

Android

ShashChess version

ShashChess 35

amchess commented 5 months ago

The makeFile is the same as Stockfish about this. I'm not expert about Android.