This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 3bd763d2a10e19980505c90242a2eae9e2f6b4cb (commit)
via ee5735768213f8724b978cd9180f088721e0cde0 (commit)
via 8537b90dbefd98eb91915aaa32e7b623bf3cd581 (commit)
via 038fd7fd70cc4523ed9872bbdfd848cbf4103f42 (commit)
via 0cd246c27ad8cdfc39671ed217b31635d57ef937 (commit)
via 61fbf2ec95430d1f76f301de80e765114face5a2 (commit)
from 15f9d95f5f44db3ff92ee157c37e4915bffb9129 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=3bd763d2a10e19980505c90242a2eae…
commit 3bd763d2a10e19980505c90242a2eae9e2f6b4cb
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat May 20 01:46:51 2017 +0300
ssedetect: call __builtin_cpu_supports() only if supported
Some compilers don't support the __builtin_cpu_supports built-in,
so let's make them able to compile the project anyway.
Change-Id: I0c90402d8e4c9f196c54b066ff30891c8de3ad2b
http://cgit.osmocom.org/osmo-trx/commit/?id=ee5735768213f8724b978cd9180f088…
commit ee5735768213f8724b978cd9180f088721e0cde0
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat May 20 01:34:34 2017 +0300
buildenv: check for __builtin_cpu_supports call support
The '__builtin_cpu_supports' is a GCC's built-in function which
returns a positive integer if the run-time CPU supports specified
SIMD feature and returns 0 otherwise.
This change adds a new check, whether compiler supports this call.
See /gcc/X86-Built-in-Functions.html at
gcc.gnu.org for reference.
Change-Id: I797f638573e8c3aae39c28abb157ce2ac419f3f7
http://cgit.osmocom.org/osmo-trx/commit/?id=8537b90dbefd98eb91915aaa32e7b62…
commit 8537b90dbefd98eb91915aaa32e7b623bf3cd581
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat May 20 01:29:32 2017 +0300
buildenv: cosmetic changes
Change-Id: I9c52f2981513fa6322bdf992215e3e099ac3ddee
http://cgit.osmocom.org/osmo-trx/commit/?id=038fd7fd70cc4523ed9872bbdfd848c…
commit 038fd7fd70cc4523ed9872bbdfd848cbf4103f42
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat May 20 01:24:04 2017 +0300
buildenv: fix build on systems without SIMD support
HAVE_SSE3 and HAVE_SSE4_1 were never defined if CPU architecture
doesn't match the (86*|x86_64*|amd64*) condition.
Change-Id: I3350b14dbc91e9b388d0b04a0ed22ba27d436313
http://cgit.osmocom.org/osmo-trx/commit/?id=0cd246c27ad8cdfc39671ed217b3163…
commit 0cd246c27ad8cdfc39671ed217b31635d57ef937
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat May 20 01:13:38 2017 +0300
buildenv: actually strip unused cpuid functionality
Despite the macro message says, that cpuid functionality was stripped
it was still partially preset and wasn't used anyhow.
Change-Id: I380bc9c13d29319685781ef27973afe6744fcf3d
http://cgit.osmocom.org/osmo-trx/commit/?id=61fbf2ec95430d1f76f301de80e7651…
commit 61fbf2ec95430d1f76f301de80e765114face5a2
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat May 20 01:08:55 2017 +0300
buildenv: correct the ax_sse macro description
Change-Id: I4ce65443c8a33ae9add8f6da9d911c3178472ab2
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/osmo-trx.cpp | 8 +++++
Transceiver52M/x86/convert.c | 2 ++
Transceiver52M/x86/convolve.c | 2 +-
config/ax_gcc_x86_avx_xgetbv.m4 | 79 -----------------------------------------
config/ax_gcc_x86_cpuid.m4 | 79 -----------------------------------------
config/ax_sse.m4 | 36 +++++++++----------
configure.ac | 27 ++++++++++++++
7 files changed, 54 insertions(+), 179 deletions(-)
delete mode 100644 config/ax_gcc_x86_avx_xgetbv.m4
delete mode 100644 config/ax_gcc_x86_cpuid.m4
hooks/post-receive
--
OpenBTS' transceiver retro-fit