-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stockfish Patch 08312018 Improve Stats definition
- Loading branch information
Showing
16 changed files
with
234 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
make profile-build ARCH=x86-64 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=x86-64 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-x86-64' | ||
mv 'shashchess' 'ShashChess Pro 2.0-x86-64' | ||
make clean | ||
|
||
make profile-build ARCH=x86-64-modern COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=x86-64-modern COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-x86-64-modern' | ||
mv 'shashchess' 'ShashChess Pro 2.0-x86-64-modern' | ||
make clean | ||
|
||
make profile-build ARCH=x86-64-bmi2 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=x86-64-bmi2 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-x86-64-bmi2' | ||
mv 'shashchess' 'ShashChess Pro 2.0-x86-64-bmi2' | ||
make clean | ||
|
||
make profile-build ARCH=x86-32 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=x86-32 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-x86-32' | ||
mv 'shashchess' 'ShashChess Pro 2.0-x86-32' | ||
make clean | ||
|
||
make profile-build ARCH=x86-32-old COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=x86-32-old COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-x86-32-old' | ||
mv 'shashchess' 'ShashChess Pro 2.0-x86-32-old' | ||
make clean | ||
|
||
make profile-build ARCH=ppc-64 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=ppc-64 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-ppc-64' | ||
mv 'shashchess' 'ShashChess Pro 2.0-ppc-64' | ||
make clean | ||
|
||
make profile-build ARCH=ppc-32 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=ppc-32 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-ppc-32' | ||
mv 'shashchess' 'ShashChess Pro 2.0-ppc-32' | ||
make clean | ||
|
||
make profile-build ARCH=armv7 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=armv7 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-armv7' | ||
mv 'shashchess' 'ShashChess Pro 2.0-armv7' | ||
make clean | ||
|
||
make profile-build ARCH=general-64 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=general-64 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-general-64' | ||
mv 'shashchess' 'ShashChess Pro 2.0-general-64' | ||
make clean | ||
|
||
make profile-build ARCH=general-32 COMP=gcc COMPCC=gcc-7.3.0 | ||
make build ARCH=general-32 COMPCC=gcc-7.3.0 | ||
strip shashchess | ||
mv 'shashchess' 'ShashChess Pro 1.1.1-general-32' | ||
mv 'shashchess' 'ShashChess Pro 2.0-general-32' | ||
make clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.