summaryrefslogtreecommitdiff
path: root/volk/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'volk_rename' into nextTom Rondeau2011-02-01160-7923/+624
|\
| * volk: Updating build structure to work when orc is not installed.Tom Rondeau2011-01-301-3/+2
| * Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16Nick Foster2011-01-261-1/+1
| * Volk: find built headers instead of installed onesNick Foster2011-01-262-3/+3
| * Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl.Nick Foster2011-01-261-3/+3
| * Volk: uses m4 magic to find boost_unit_test_frameworkNick Foster2011-01-251-1/+1
| * Volk: QA util has proper free().Nick Foster2011-01-131-2/+10
| * Volk: doesn't test a routine if no valid architectures other than generic are...Nick Foster2011-01-251-0/+5
| * Volk: Small changes to speed things up.Nick Foster2011-01-212-2/+2
| * Volk: removed all the old QA code that is covered by the test framework.Nick Foster2011-01-21158-8144/+0
| * Volk: added ability to spec scalar in test invocationNick Foster2011-01-213-92/+92
| * Volk: added QA support for multiple outputs, scalar outputs. 92% test coverag...Nick Foster2011-01-212-113/+112
| * Volk: fixed naming error. test coverage @ 75%, still need to add support for ...Nick Foster2011-01-212-26/+59
| * Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster2011-01-212-67/+114
| |\
| * | volk: renamed all files. added all tests. some test things are still broken.Nick Foster2011-01-212-40/+62
| * | Volk: test suite supports scalar arguments and in-place operationsNick Foster2011-01-192-141/+231
| * | volk_rename: renamed basically everything in the volk lib to have logically c...Nick Foster2011-01-163-18/+40
| * | Volk: Makefile changes to use new test framework.Nick Foster2011-01-141-194/+24
| * | Volk: QA code fixes, more Orc routines.Nick Foster2011-01-142-19/+77
| * | Volk: Working on a new QA architecture that doesn't require individual test p...Nick Foster2011-01-126-7/+247
| * | Volk: Added more Orc routines (including complex multiply). Started redoing t...Nick Foster2011-01-114-47/+64
| * | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextNick Foster2011-01-1076-7/+76
| |\ \
| * | | 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 instead...Nick Foster2010-12-172-7/+7
| * | | Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster2010-12-179-10/+60
| * | | Volk: A bunch of new ORC routines plus tests.Nick Foster2010-12-156-0/+65
| * | | 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 bro...Nick Foster2010-12-144-0/+35
| * | | 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 lib...Nick Foster2010-12-141-5/+5
| * | | volk: committed some stuff i neglectedNick Foster2010-12-132-6/+26
* | | | volk: Adding explicit links to local volk libraries. Required to prevent brea...Tom Rondeau2011-01-251-1/+1
* | | | volk: New volk kernel for conjugate dot products with unaligned buffers.Tom Rondeau2011-01-254-0/+160
* | | | 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 e...Tom Rondeau2011-01-141-67/+7
| |/ |/|
* | 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: 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 a...Tom Rondeau2010-12-081-1/+5
* volk: more changes to build system so that VPATH builds properly and project ...Tom Rondeau2010-12-081-3/+8
* 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 new...Tom Rondeau2010-12-07183-0/+9136