NEON fixes
Two fixes:
-
-Dneon=runtime
fails since it incorrectly tries to append cflags toneon_opt
-
aarch64
build fails if-Dneon=runtime/-Dneon=yes/-Dneon=auto
is passed since it tries to use-mfpu=neon
not available foraarch64
target
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Two fixes:
-Dneon=runtime
fails since it incorrectly tries to append cflags to neon_opt
aarch64
build fails if -Dneon=runtime/-Dneon=yes/-Dneon=auto
is passed since it tries to use -mfpu=neon
not available for aarch64
target