]> git.sesse.net Git - stockfish/commitdiff
Fix for MSVC compilation.
authorAndreas Matthies <a.matthies@online.de>
Tue, 13 Jun 2023 04:24:04 +0000 (06:24 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 13 Jun 2023 06:45:25 +0000 (08:45 +0200)
MSVC needs two more explicit casts to compile new affine_transform_sparse_input.
See https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_castsi256_ps
and https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_castsi128_ps

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

No functional change


No differences found