]> git.sesse.net Git - stockfish/commit - src/nnue/layers/affine_transform.h
Fix AVX512 build with older compilers
authormstembera <MissingEmail@email>
Mon, 10 Aug 2020 19:52:46 +0000 (12:52 -0700)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 11 Aug 2020 06:17:03 +0000 (08:17 +0200)
commitf46c73040c16a078b884825c203feee6b0a8850b
treef15009a1b82d5308cb16eac8e9b03ee93ebe1f47
parent399cddf444666cf1671c5281f7a8e78887b4f400
Fix AVX512 build with older compilers

avoids an intrinsic that is missing in gcc < 10.

For this target, might trigger another gcc bug on windows that
requires up-to-date gcc 8, 9, or 10, or usage of clang.

Fixes https://github.com/official-stockfish/Stockfish/issues/2975

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

No functional change
src/Makefile
src/nnue/layers/affine_transform.h