You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are newly introduced instructions or library functions in ARMv9, we can add arm_version = 9 for sure. I believe arm_version = 8 should decently work for ARMv9 as well with the current implementation. If you know some information about new features, please enlighten us & add details here please (elaborate what you meant by "much faster").
If there are newly introduced instructions or library functions in ARMv9, we can add arm_version = 9 for sure. I believe arm_version = 8 should decently work for ARMv9 as well with the current implementation. If you know some information about new features, please enlighten us & add details here please (elaborate what you meant by "much faster").
Describe the issue
Snapdragon and Dimensity and every newer devices are using the much much faster ARMv9.2
Or 9.3 or 9.4.
https://en.wikipedia.org/wiki/ARM_architecture_family
https://www.youtube.com/watch?v=WVMmzz472ao
https://www.youtube.com/watch?v=SKH7gVeLRKY
Expected behavior
Config:
debug: 'no'
sanitize: 'none'
optimize: 'yes'
arch: 'arm64'
bits: '64'
kernel: 'Darwin'
os: ''
prefetch: 'yes'
popcnt: 'yes'
pext: 'no'
sse: 'no'
mmx: 'no'
sse2: 'no'
ssse3: 'no'
sse41: 'no'
avx2: 'no'
avxvnni: 'no'
avx512: 'no'
vnni256: 'no'
vnni512: 'no'
neon: 'yes'
dotprod: 'yes'
arm_version: '9.2'
target_windows: ''
Steps to reproduce
make -j profile-build COMP=clang ARCH=apple-silicon
Anything else?
No response
Operating system
MacOS
Stockfish version
Stockfish 16.1 and newer Stockfish
The text was updated successfully, but these errors were encountered: