Change in libosmocore[master]: configure.ac: print ARM NEON instructions support status

2020-08-06 Thread laforge
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 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in libosmocore[master]: configure.ac: print ARM NEON instructions support status

2020-08-06 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/19546 )

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


Patch Set 1: Code-Review+2


--
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 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Thu, 06 Aug 2020 21:12:31 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in libosmocore[master]: configure.ac: print ARM NEON instructions support status

2020-08-06 Thread fixeria
fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/46/19546/1

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 
Gerrit-MessageType: newchange