osmo-trx.git branch pmaier/cpudetect updated. 4b045fa63c7f6c7d0982c83a4acd689e9c25cc7f

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Mar 16 10:36:10 UTC 2017


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
  discards  fbb3f48a541081e960cba0b02ec393340130914a (commit)
       via  4b045fa63c7f6c7d0982c83a4acd689e9c25cc7f (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (fbb3f48a541081e960cba0b02ec393340130914a)
            \
             N -- N -- N (4b045fa63c7f6c7d0982c83a4acd689e9c25cc7f)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=4b045fa63c7f6c7d0982c83a4acd689e9c25cc7f

commit 4b045fa63c7f6c7d0982c83a4acd689e9c25cc7f
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Mar 15 18:09:35 2017 +0100

    ssedetect: Introduce function pointer structs
    
    In order to defer to the currently applicable (CPU and SSE-Level
    dependant) implementation, a struct with function pointers is
    needed. The struct is filled up with pointers that point to the
    implementation that is suitable for the current PCU model.
    
    This commit ads such function pointers in preparation for planned
    runtime CPU detection support. The decision which funcion is
    picked is still static (made at compile time) and follows the same
    rules as before. Automatic runtime CPU detection will be added
    with the following commits.

-----------------------------------------------------------------------

Summary of changes:
 Transceiver52M/x86/convert.c  | 26 +++-----------
 Transceiver52M/x86/convolve.c | 84 ++++++++++++++++++++++++-------------------
 2 files changed, 53 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
OpenBTS' transceiver retro-fit



More information about the osmocom-commitlog mailing list