Age | Commit message (Collapse) | Author |
|
|
|
|
|
* jblum/mergeme/volk/remove_posix_memalign:
volk: simplify the get new method for the aligned pool
volk: replace posix_memalign with something cross platform
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|