]> git.sesse.net Git - stockfish/commitdiff
Register count for feature transformer
authorTomasz Sobczyk <tomasz.sobczyk1997@gmail.com>
Thu, 10 Jun 2021 15:43:42 +0000 (17:43 +0200)
committerStéphane Nicolet <cassio@free.fr>
Sun, 13 Jun 2021 11:10:56 +0000 (13:10 +0200)
Compute optimal register count for feature transformer accumulation dynamically.
This also introduces a change where AVX512 would only use 8 registers instead of 16
(now possible due to a 2x increase in feature transformer size).

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

No functional change


No differences found