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

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Aug 6 21:02:52 UTC 2020


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 <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200806/35fcc69b/attachment.htm>


More information about the gerrit-log mailing list