]> git.sesse.net Git - stockfish/commitdiff
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)
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


No differences found