Age | Commit message (Collapse) | Author |
|
Distcheck passes for me if liborc is installed or not.
|
|
|
|
|
|
|
|
Note: need to convert this to new naming standard.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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
|
|
|
|
the testing framework so it's easier to add new archs to tests.
|
|
|
|
|
|
|
|
32fc_magnitude_16s fails test_all right now.
|
|
|
|
Also fixed a typo in the generic version of 16sc_magnitude_16s_a16.
|
|
|
|
|
|
|
|
broken right now.
|
|
|
|
|
|
|
|
identified as 32-bit and compiles with the correct flags.
|
|
tested. Using abs_ path names failed on Ubuntu 8.04 32-bit.
|
|
|
|
volk_config.h instead of a standalone shell script.
|
|
|
|
be building based on the configure tests.
|
|
(mm_hadd_ps).
|
|
|
|
makes distcheck.
|
|
|
|
|
|
|
|
top level dir.
|
|
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.
|