http://bugzilla.opensuse.org/show_bug.cgi?id=1142586 http://bugzilla.opensuse.org/show_bug.cgi?id=1142586#c2 --- Comment #2 from Guillaume GARDET <guillaume.gardet@arm.com> --- (In reply to Martin Liška from comment #1)
Fails due to a wrong configure detection:
checking for sys/types.h... (cached) yes checking for sys/wait.h... yes checking for sys/stat.h... (cached) yes - checking for ARM NEON support in current arch/CFLAGS... no + checking for ARM NEON support in current arch/CFLAGS... yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in _stdint.h (assuming C99 compatible system) checking for localtime_r... yes
aarch64 does support NEON. So, it should be ok to enable NEON on aarch64. -- You are receiving this mail because: You are on the CC list for the bug.