]> git.sesse.net Git - stockfish/commit
Replace deprecated icc with icx
authorMaxim Masiutin <maxim@masiutin.com>
Fri, 31 Mar 2023 15:16:50 +0000 (18:16 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 1 Apr 2023 14:16:48 +0000 (16:16 +0200)
commitbc50378ff1915a8ad6ac3e4946193c65e4cacb56
tree094b80e250ba96036b8f5abe4038b91e9e5999d6
parent38a80c0b47397dbdd9167ec1476dfd3c033020d6
Replace deprecated icc with icx

Replace the deprecated Intel compiler icc with its newer icx variant.
This newer compiler is based on clang, and yields good performance.
As before, currently only linux is supported.

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

No functional change
src/Makefile