From: notaz Date: Mon, 20 Nov 2023 21:03:59 +0000 (+0200) Subject: make: don't enable neon for all ARMs X-Git-Tag: r24l~58 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b025820999244fbb3719530a654732643e6036;hp=e2b025820999244fbb3719530a654732643e6036;p=pcsx_rearmed.git 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. ---