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
|
|
|
|
|
|
header file volk_cpu.h and actually created in the C files.
Note that this could be a problem if multiple architectures are ever (can ever?) be built at the same time. If that happens, we can move this variable declaration to another C file that is made common to all builds.
|
|
|
|
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.
|
|
|
|
|
|
identified as 32-bit and compiles with the correct flags.
|
|
tested. Using abs_ path names failed on Ubuntu 8.04 32-bit.
|
|
|
|
functions.
|
|
volk_config.h instead of a standalone shell script.
|