Age | Commit message (Collapse) | Author |
|
|
|
|
|
are found
|
|
|
|
|
|
|
|
coverage within the framework.
|
|
multiple outputs in the checker.
some errors in the library were exposed by the new test suite, and a couple of bad Orc functions. need to investigate.
|
|
Conflicts:
volk/lib/Makefile.am
|
|
|
|
|
|
consistent function names
|
|
easier to add new architectures. Thanks to Josh for the inspiration.
|
|
Doesn't currently build libvolk_qa, as I haven't really determined an appropriate place for "leftover" tests that the standard framework won't handle.
|
|
Broke the 32fc_multiply Orc impl because I'm lame and lost some work.
Fixed volk_8s_convert_16s Orc impl.
Still need to rename functions and modify the QA sig parser to match. Then rewrite makefiles.
|
|
programs.
|
|
the testing framework so it's easier to add new archs to tests.
|
|
|
|
|
|
|
|
instead of -MAX.
|
|
32fc_magnitude_16s fails test_all right now.
|
|
|
|
Also fixed a typo in the generic version of 16sc_magnitude_16s_a16.
|
|
|
|
|
|
|
|
broken right now.
|
|
|
|
|
|
library libvolk_orc.la.
Linking is hackery right now with specified -lorc-0.4 flags; this should change. Otherwise pretty much OK.
|
|
|
|
volk_config.h instead of a standalone shell script.
|
|
|
|
|
|
a long time to run.
These can be run by hand by executing volk/lib/test_all
Also made a comment about needing a possible fix for this makefile.
|
|
makes distcheck.
|
|
|
|
|
|
|
|
new SIMD library.
It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.
|