Age | Commit message (Collapse) | Author |
|
|
|
Configure- and compile-time checks modified to only compile architectures that the compiler will handle.
This means that volk will compile every arch that your gcc will compile, no matter if your CPU can execute the instructions or not.
This lets you cross-compile volk.
volk_rank_archs will be deferred to runtime. This has not been done yet.
|
|
|
|
|
|
Conflicts:
volk/include/volk/Makefile.am
volk/lib/Makefile.am
volk/lib/qa_volk.cc
|
|
Distcheck passes for me if liborc is installed or not.
|
|
|
|
|
|
|
|
breakage when adding new volk kernels.
|
|
Note: need to convert this to new naming standard.
|
|
|
|
easier to add new architectures. Thanks to Josh for the inspiration.
|
|
|
|
|
|
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
|
|
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.
|
|
|