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 fe9769833fa74ea841f78c0e931130a70fc3aca9 (commit)
from 7e07cf23464532ca156fe4ea4430928da2cbbff1 (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=fe9769833fa74ea841f78c0e931130a…
commit fe9769833fa74ea841f78c0e931130a70fc3aca9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 16 14:50:25 2017 +0100
cosmetic: remove code duplication
The ARM and the X86 implementation of the conversion functions share
the same, non cpu specific implementation in separate files.
This commit removes the code duplication by putting the generic
implementation into a convert_base.c, similar to to convolve_base.c
Change-Id: Ic8d8534a343e27cde79ddc85be4998ebd0cb6e5c
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/arm/convert.c | 17 ++-------
Transceiver52M/common/convert.h | 7 ++++
.../{arm/mult_neon.S => common/convert_base.c} | 42 +++++++++-------------
Transceiver52M/x86/Makefile.am | 1 +
Transceiver52M/x86/convert.c | 25 +++----------
5 files changed, 32 insertions(+), 60 deletions(-)
copy Transceiver52M/{arm/mult_neon.S => common/convert_base.c} (53%)
hooks/post-receive
--
OpenBTS' transceiver retro-fit