contrib: remove no-op HAVE_NEON on AArch64
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.
Closes #27379 (closed)
Edited by Rémi Denis-Courmont