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

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 17:47:35 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
       via  4d6108469eda5d48e9cec5dec82737e025057be0 (commit)
      from  aea70494abbcf2bc9f6061b515ea06328c31036d (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=4d6108469eda5d48e9cec5dec82737e025057be0

commit 4d6108469eda5d48e9cec5dec82737e025057be0
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Mar 16 18:43:33 2017 +0100

    Add test program to verify convolution implementation
    
    Convolution is a complex process and we should be able to verify
    if computing results change when the implementation is touched.
    
    This commit adds a test program that executes some testcases.
    The testcases are crafted in a way that every implmentation
    (several different ones for SSE) is executed once. The output
    can be compared against the included .ok file.

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

Summary of changes:
 utils/convolvetest/Makefile    |  16 +++++
 utils/convolvetest/convtest.ok |  72 ++++++++++++++++++++
 utils/convolvetest/main.c      | 150 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 238 insertions(+)
 create mode 100644 utils/convolvetest/Makefile
 create mode 100644 utils/convolvetest/convtest.ok
 create mode 100644 utils/convolvetest/main.c


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



More information about the osmocom-commitlog mailing list