configure.ac: print ARM NEON instructions support status

Change-Id: I0e8910d6cf337a95d6b4295f5c425d2d4cfa2b41
This commit is contained in:
Vadim Yanitskiy 2020-08-07 04:01:12 +07:00
parent cab3835805
commit 7dbae9ea40
1 changed files with 2 additions and 0 deletions

View File

@ -384,6 +384,8 @@ AC_ARG_ENABLE(neon,
[Enable ARM NEON instructions support [default=no]]
)],
[neon=$enableval], [neon="no"])
AC_MSG_CHECKING([whether to enable ARM NEON instructions support])
AC_MSG_RESULT([$neon])
AM_CONDITIONAL(HAVE_NEON, [test "x$neon" != "xno"])