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 dfe0aef184e5c98136a38f6c604a9f6171574671 (commit)
from 131f82bfacc1b677a87e66746208e53fba40ff41 (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=dfe0aef184e5c98136a38f6c604a9f6…
commit dfe0aef184e5c98136a38f6c604a9f6171574671
Author: Philipp Maier <pmaier(a)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.
Change-Id: Ic702ecb356c652fbcd76bee689717fb5d3526fe9
-----------------------------------------------------------------------
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