Volk: fixed naming error. test coverage @ 75%, still need to add support for 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.
Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_rename
Conflicts: volk/lib/Makefile.am
volk: renamed all files. added all tests. some test things are still broken.
volk_rename: renamed basically everything in the volk lib to have logically consistent function names
This should not have been put here.
Merge branch 'volkosx' of github.com:trondeau/gnuradio into volkosx
A fix for volk_cpu being a duplicate variable. Declared as extern in the 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.
Creates volk_cpu in a .cc file and externs it in the header.
Cleans up the Makefiles for the various platforms. This should also make it easier to add new architectures. Thanks to Josh for the inspiration.
Volk: fixed normalize.
View revisions
Also available in: Atom