asmFish,
a port of Stockfish in x86-64assembly by Mohammed Li, optional using AVX2 and BMI2 instructions, assembled with FASM to run under Windows or UNIX/Linux, first released in June 2016. The fun project is about to demonstrate how an experienced assembly programmer can optimize a program compared with GCC[1] . A few structural optimizations were also applied, such as elimination of piece lists as already tried in Stockfish [2] . Critical functions in asmFish do not conform to the x86-64 ABI concerning register usage and calling convention[3]. Some less time critical code was ported using GCC generated assembly output, such as Ronald de Man's probing code for Syzygy Bases. asmFish further supports large pages, and its parallel search is numa aware [4][5] .
a port of Stockfish in x86-64 assembly by Mohammed Li, optional using AVX2 and BMI2 instructions, assembled with FASM to run under Windows or UNIX/Linux, first released in June 2016. The fun project is about to demonstrate how an experienced assembly programmer can optimize a program compared with GCC [1] . A few structural optimizations were also applied, such as elimination of piece lists as already tried in Stockfish [2] . Critical functions in asmFish do not conform to the x86-64 ABI concerning register usage and calling convention [3]. Some less time critical code was ported using GCC generated assembly output, such as Ronald de Man's probing code for Syzygy Bases. asmFish further supports large pages, and its parallel search is numa aware [4] [5] .
Table of Contents
See also
Forum Posts
2015
Re: [for fun] rewrite of stockfish into asm and question on source by Mohammed Li, FishCooking, April 18, 2016
2016
2017 ...
Re: asmFish update - all flavors of OS by T. Poppins, CCC, January 23, 2018
External Links
Chess Engine
Misc
References
What links here?
Up one Level