laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/19546 )

Change subject: configure.ac: print ARM NEON instructions support status
......................................................................

configure.ac: print ARM NEON instructions support status

Change-Id: I0e8910d6cf337a95d6b4295f5c425d2d4cfa2b41
---
M configure.ac
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/configure.ac b/configure.ac
index d249be9..fbdcb57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -384,6 +384,8 @@
                [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"])



--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/19546
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I0e8910d6cf337a95d6b4295f5c425d2d4cfa2b41
Gerrit-Change-Number: 19546
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-MessageType: merged

Reply via email to