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 7e07cf23464532ca156fe4ea4430928da2cbbff1 (commit)
from dfe0aef184e5c98136a38f6c604a9f6171574671 (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=7e07cf23464532ca156fe4ea4430928…
commit 7e07cf23464532ca156fe4ea4430928da2cbbff1
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 15 18:09:35 2017 +0100
ssedetect: Add runtime CPU detection
The current implementation can select the SSE support level during
compiletime only.
This commit adds functionality to automatically detect and switch
the SSE support level and automatically switch the Implementation
if the CPU does not support the required SSE level.
Change-Id: Iba74f8a6e4e921ff31e4bd9f0c7c881fe547423a
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/arm/convolve.c | 7 +++
Transceiver52M/common/convert.h | 1 +
Transceiver52M/common/convolve.h | 2 +
Transceiver52M/osmo-trx.cpp | 8 +++
Transceiver52M/x86/convert.c | 67 ++++++++++++++++---------
Transceiver52M/x86/convolve.c | 106 ++++++++++++++++++++++++++++++---------
6 files changed, 142 insertions(+), 49 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit