]> git.sesse.net Git - stockfish/commit
Allow using Intel SDE for PGO builds.
authorTomasz Sobczyk <tomasz.sobczyk1997@gmail.com>
Sat, 27 Feb 2021 10:52:18 +0000 (11:52 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 27 Mar 2021 15:56:05 +0000 (16:56 +0100)
commitf28303d214645e37ee13b5c285d33142dd71bcb1
tree58c3954e5a1d5e2d15d2f7cad3f066973852a39d
parent83eac08e7562d93787f75eccd4b7781c4bd45dd3
Allow using Intel SDE for PGO builds.

The software development emulator (SDE) allows to run binaries compiled
for architectures not supported by the actual CPU. This is useful to
do PGO builds for newer architectures. The SDE can currently be obtained from
https://software.intel.com/content/www/us/en/develop/articles/intel-software-development-emulator.html

This patch introduces a new optional makefile argument SDE_PATH.
If not empty it should contain the path to the sde executable

closes https://github.com/official-stockfish/Stockfish/pull/3373

No functional change.
src/Makefile