]> git.sesse.net Git - stockfish/commit
Allow compilation on Raspi (for ARMv8)
authorMatthies <a.matthies@online.de>
Wed, 16 Aug 2023 09:11:27 +0000 (11:11 +0200)
committerStéphane Nicolet <cassio@free.fr>
Tue, 22 Aug 2023 08:43:51 +0000 (10:43 +0200)
commit9abef246a9ce7c17a21c2cc0d609dc61ddc5be67
tree13098f88a366f8184cf501c285cb26092c899aed
parenta9a0dbbcd0749b4e6255c7e9a17f19cffedaa531
Allow compilation on Raspi (for ARMv8)

Current master fails to compile for ARMv8 on Raspi cause gcc (version 10.2.1)
does not like to cast between signed and unsigned vector types. This patch
fixes it by using unsigned vector pointer for ARM to avoid implicite cast.

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

No functional change
src/nnue/layers/affine_transform_sparse_input.h