]> git.sesse.net Git - stockfish/commit
armv8 AArch64 does not require -mfpu=neon
authorGeorge Sobala <gsobala@gmail.com>
Mon, 24 Aug 2020 05:37:42 +0000 (06:37 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 24 Aug 2020 09:30:55 +0000 (11:30 +0200)
commite453f09f06f41680ef96f594f593f8de33e62b8f
tree51cc7e8895bb39c433e4a8a0751d551168e00ae7
parentd5f86b63597fdb25b8c670e42ca468c99ca95a74
armv8 AArch64 does not require -mfpu=neon

-mpfu is not required on AArch64 / armv8 architecture on Linux and throws an error if present.
This PR has been tested on gcc and clang on Gentoo-64 and Raspian-64 on a Raspberry Pi 4,
as well as with a cross from Ubuntu
(`make clean && make -j build ARCH=armv8         COMP=gcc COMPILER=aarch64-linux-gnu-g++`)

fixes https://github.com/official-stockfish/Stockfish/issues/3056
closes https://github.com/official-stockfish/Stockfish/pull/3059

No functional change
src/Makefile