Notes:
-
Read the PKGBUILD for extra build options.
- Clang improves performance by about 2.22%
- Profile-guided optimization improves performance by about 9.75%
-
CPU detection in the Makefile is bypassed because it can result in illegal instruction errors. For specific CPU support, use
CFLAGS
/CXXFLAGS
inmakepkg.conf
, but performance improves by only about 1.28%. -
Large boards and all variants are enabled to support xiang qi and shogi. Performance decreases by about 29.97%.
-
NNUE files are not included. Information about what they are and how to use them is available at Fairy-Stockfish/NNUE.
-
Scripts are provided for convenience:
xbfs-shogi
andxbfs-xiangqi
to launchxboard
fairyfishgui
is included withpython-pyffish
Pinned Comments
xiota commented on 2024-02-03 23:58 (UTC) (edited on 2024-02-06 09:26 (UTC) by xiota)
Notes:
Read the PKGBUILD for extra build options.
CPU detection in the Makefile is bypassed because it can result in illegal instruction errors. For specific CPU support, use
CFLAGS
/CXXFLAGS
inmakepkg.conf
, but performance improves by only about 1.28%.Large boards and all variants are enabled to support xiang qi and shogi. Performance decreases by about 29.97%.
NNUE files are not included. Information about what they are and how to use them is available at Fairy-Stockfish/NNUE.
Scripts are provided for convenience:
xbfs-shogi
andxbfs-xiangqi
to launchxboard
fairyfishgui
is included withpython-pyffish