summaryrefslogtreecommitdiff
path: root/volk/lib
Commit message (Collapse)AuthorAgeFilesLines
* volk: Adding explicit links to local volk libraries. Required to prevent ↵Tom Rondeau2011-01-251-1/+1
| | | | breakage when adding new volk kernels.
* volk: New volk kernel for conjugate dot products with unaligned buffers.Tom Rondeau2011-01-254-0/+160
| | | | Note: need to convert this to new naming standard.
* volk: replace assembly and separate cases with gcc cpuid for all x86Josh Blum2011-01-175-182/+179
|
* Cleans up the Makefiles for the various platforms. This should also make it ↵Tom Rondeau2011-01-141-67/+7
| | | | easier to add new architectures. Thanks to Josh for the inspiration.
* Update volk .gitignoresEric Blossom2010-12-231-0/+1
|
* Including time header to qa files.Tom Rondeau2010-12-1675-7/+75
|
* volk: Fixing build system to handle making volk_mktables, volk_tables.h, and ↵Tom Rondeau2010-12-101-1/+0
| | | | volk_config.h instead of a standalone shell script.
* volk: Adding a few more generic-only test cases.Tom Rondeau2010-12-094-3/+215
|
* volk: adding generic QA test for 16sc_magnitude_32f.Tom Rondeau2010-12-091-1/+41
|
* Removing autotests of volk during make check and distchecks since they take ↵Tom Rondeau2010-12-081-1/+5
| | | | | | | | 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.
* volk: more changes to build system so that VPATH builds properly and project ↵Tom Rondeau2010-12-081-3/+8
| | | | makes distcheck.
* volk: Working on VPATH build issues. Makes it through configure, fails on make.Tom Rondeau2010-12-081-0/+1
|
* volk: Fixing makefiles for dist. Distcheck still failing on other issues now.Tom Rondeau2010-12-081-2/+3
|
* volk: Adding gitignore files.Tom Rondeau2010-12-081-0/+21
|
* Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a ↵Tom Rondeau2010-12-07183-0/+9136
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.