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 131f82bfacc1b677a87e66746208e53fba40ff41 (commit)
via 78b5627fa1c911713a776e4aa1cb2d8f3a04bd8f (commit)
from de116e90c03c534fa4b51ef40dfd2bb9e843c86e (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=131f82bfacc1b677a87e66746208e53…
commit 131f82bfacc1b677a87e66746208e53fba40ff41
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 15 12:39:25 2017 +0100
cosmetic: Make parameter lists uniform
The non-sse implementation and the sse implementation of the convert
and convolve functions have different parameter lists. This makes it
difficult to use function pointers in order to select the right
function depending on the SSE-Level and CPU.
This commit uniformizes the parameter lists in preparation for
planned runtime cpu detection support
Change-Id: Ice063b89791537c4b591751f12f5ef5c413a2d27
http://cgit.osmocom.org/osmo-trx/commit/?id=78b5627fa1c911713a776e4aa1cb2d8…
commit 78b5627fa1c911713a776e4aa1cb2d8f3a04bd8f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 14 15:29:38 2017 +0100
buildenv: Turn off native architecture builds
The compiler option -march=native instructs the compiler to auto-optimize
the code for the current build architecture. This is fine for building
and using locally, but contraproductive when generating binary packages.
This commit replaces -march=native with $(SIMD_FLAGS), which contains a
collection of supported SIMD options, so we won't loose the SSE support.
Change-Id: I3df4b8db9692016115edbe2247beeec090715687
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/x86/Makefile.am | 2 +-
Transceiver52M/x86/convert.c | 22 ++--
Transceiver52M/x86/convolve.c | 231 +++++++++++++++++++++++------------------
3 files changed, 144 insertions(+), 111 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit