Commits on Source (2)
-
Rémi Denis-Courmont authored
On AArch64, NEON is unconditionally disabled right above. This was only adding it a second time on all AArch64 targets other than iOS and Android, with no real effects. On non-ARM architectures, the flag is useless, and HAVE_NEON is meaningless so ignore it. On AArch32, HAVE_NEON is still abode by; this patch is a no-op.
ee5cd413 -
Rémi Denis-Courmont authored
This was cargo-culted on Android and (desktop) macOS, and had no actual effects. The only uses of the flag in contribs are: - in main.mak, and only on iOS, thus no effects on AArch64, - in the FFmpeg package, explicitly only on AArch32, - in the speexdsp, effectively only on AArch32 (see previous commit). On AArch64, NEON is enabled by default. iOS, non-Android Linux and Windows builds have relied on this from the beginning. This patch is effectively a no-op. Fixes #27379.
885a3fb6