summaryrefslogtreecommitdiff
path: root/volk/lib
Commit message (Collapse)AuthorAgeFilesLines
* volk_rename: renamed basically everything in the volk lib to have logically ↵Nick Foster2011-01-163-18/+40
| | | | consistent function names
* Volk: Makefile changes to use new test framework.Nick Foster2011-01-141-194/+24
| | | | 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.
* Volk: QA code fixes, more Orc routines.Nick Foster2011-01-142-19/+77
| | | | | | 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.
* Volk: Working on a new QA architecture that doesn't require individual test ↵Nick Foster2011-01-126-7/+247
| | | | programs.
* Volk: Added more Orc routines (including complex multiply). Started redoing ↵Nick Foster2011-01-114-47/+64
| | | | the testing framework so it's easier to add new archs to tests.
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextNick Foster2011-01-1076-7/+76
|\
| * Update volk .gitignoresEric Blossom2010-12-231-0/+1
| |
| * Including time header to qa files.Tom Rondeau2010-12-1675-7/+75
| |
* | Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max.Nick Foster2010-12-172-3/+4
| |
* | Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵Nick Foster2010-12-172-7/+7
| | | | | | | | instead of -MAX.
* | Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster2010-12-179-10/+60
| | | | | | | | 32fc_magnitude_16s fails test_all right now.
* | Volk: A bunch of new ORC routines plus tests.Nick Foster2010-12-156-0/+65
| | | | | | | | Also fixed a typo in the generic version of 16sc_magnitude_16s_a16.
* | Volk: Some new basic Orc implementations with QA codeNick Foster2010-12-144-0/+29
| |
* | Volk: Build fixes to work with/without Orc.Nick Foster2010-12-141-1/+1
| |
* | Volk: added references to libs instead of specifying them directlyNick Foster2010-12-141-12/+13
| |
* | Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵Nick Foster2010-12-144-0/+35
| | | | | | | | broken right now.
* | Volk: patch via Nick M.Nick Foster2010-12-141-4/+1
| |
* | Volk: More autotools stuff for Orc. Should build OK with or without Orc now.Nick Foster2010-12-141-5/+13
| |
* | Volk: Automated more automake for orc. Brought orcc generation in. Shared ↵Nick Foster2010-12-141-5/+5
| | | | | | | | | | | | library libvolk_orc.la. Linking is hackery right now with specified -lorc-0.4 flags; this should change. Otherwise pretty much OK.
* | volk: committed some stuff i neglectedNick Foster2010-12-132-6/+26
|/
* 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.