make: don't enable neon for all ARMs
authornotaz <notasas@gmail.com>
Mon, 20 Nov 2023 21:03:59 +0000 (23:03 +0200)
committernotaz <notasas@gmail.com>
Mon, 20 Nov 2023 21:10:16 +0000 (23:10 +0200)
commite2b025820999244fbb3719530a654732643e6036
treedcb0d4c17b2b829423faec2c9f1d5a30ec34db5b
parent564156dc55d38e58bc7c4a27811ca16683bf22b6
make: don't enable neon for all ARMs

joolswills commented on 4b2392bb:
This breaks building on armv6 where ARCH_DETECTED is set to "arm"
(which is a substring of arm64) so it matches, and BUILTIN_GPU is
set to neon.
Makefile.libretro