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, pmaier/cpudetect has been updated via aea70494abbcf2bc9f6061b515ea06328c31036d (commit) from 10738367fe211025b3951180555cd213d1cf089a (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=aea70494abbcf2bc9f6061b515ea0632...
commit aea70494abbcf2bc9f6061b515ea06328c31036d Author: Philipp Maier pmaier@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
-----------------------------------------------------------------------
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
osmocom-commitlog@lists.osmocom.org