From 7dbae9ea40e2855729f9efa7264b5af78af779db Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 7 Aug 2020 04:01:12 +0700 Subject: configure.ac: print ARM NEON instructions support status Change-Id: I0e8910d6cf337a95d6b4295f5c425d2d4cfa2b41 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index d249be96..fbdcb579 100644 --- a/configure.ac +++ b/configure.ac @@ -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"]) -- cgit v1.2.3