summaryrefslogtreecommitdiff
path: root/volk/include
Commit message (Expand)AuthorAgeFilesLines
* volk: updating to readd unaligned dot product under new name scheme.Tom Rondeau2011-02-022-5/+6
* Merge branch 'volk_rename' into nextTom Rondeau2011-02-0192-579/+911
|\
| * volk: Updating build structure to work when orc is not installed.Tom Rondeau2011-01-301-1/+0
| * Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16Nick Foster2011-01-262-6/+6
| * Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl.Nick Foster2011-01-261-1/+2
| * Volk: Orc impl for complex multiply fixed. Maybe some room for optimization.Nick Foster2011-01-251-3/+2
| * Volk: Small changes to speed things up.Nick Foster2011-01-212-3/+3
| * Volk: added ability to spec scalar in test invocationNick Foster2011-01-211-2/+2
| * Volk: added QA support for multiple outputs, scalar outputs. 92% test coverag...Nick Foster2011-01-212-6/+6
| * Volk: fixed naming error. test coverage @ 75%, still need to add support for ...Nick Foster2011-01-213-9/+9
| * Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster2011-01-216-31/+121
| |\
| * | volk: renamed all files. added all tests. some test things are still broken.Nick Foster2011-01-2167-466/+466
| * | volk_rename: renamed basically everything in the volk lib to have logically c...Nick Foster2011-01-1690-629/+627
| * | Volk: fixed normalize.Nick Foster2011-01-111-2/+2
| * | Volk: Added more Orc routines (including complex multiply). Started redoing t...Nick Foster2011-01-113-0/+45
| * | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextNick Foster2011-01-103-26/+3
| |\ \
| * | | Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster2010-12-177-7/+71
| * | | Volk: A bunch of new ORC routines plus tests.Nick Foster2010-12-155-6/+64
| * | | Volk: Some new basic Orc implementations with QA codeNick Foster2010-12-144-3/+42
| * | | Volk: Build fixes to work with/without Orc.Nick Foster2010-12-142-5/+48
| * | | Volk: Nick's commits to make adding Orc a little more structurally soundNick Foster2010-12-142-12/+12
| * | | Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's bro...Nick Foster2010-12-142-1/+25
| * | | pre-patch...Nick Foster2010-12-143-1/+38
| * | | Volk: More autotools stuff for Orc. Should build OK with or without Orc now.Nick Foster2010-12-141-2/+8
| * | | volk: committed some stuff i neglectedNick Foster2010-12-134-1/+21
* | | | volk: New volk kernel for conjugate dot products with unaligned buffers.Tom Rondeau2011-01-252-1/+146
* | | | volk: replace assembly and separate cases with gcc cpuid for all x86Josh Blum2011-01-172-25/+11
| |_|/ |/| |
* | | This should not have been put here.Tom Rondeau2011-01-151-1/+0
* | | Merge branch 'volkosx' of github.com:trondeau/gnuradio into volkosxTom Rondeau2011-01-151-0/+23
|\ \ \
| * | | Creates volk_cpu in a .cc file and externs it in the header.Tom Rondeau2011-01-142-1/+47
* | | | A fix for volk_cpu being a duplicate variable. Declared as extern in the head...Tom Rondeau2011-01-144-7/+97
|/ / /
* | / Cleans up the Makefiles for the various platforms. This should also make it e...Tom Rondeau2011-01-141-24/+2
| |/ |/|
* | Update volk .gitignoresEric Blossom2010-12-231-0/+1
* | volk: Fix for popcnt's 64/32-bit issues.Tom Rondeau2010-12-171-25/+1
* | Changed python env variable to more globally usable version.Tom Rondeau2010-12-161-1/+1
|/
* volk: fix for running 32-bit OS on 64-bit processor. System is correctly iden...Tom Rondeau2010-12-113-14/+47
* volk: changing the path variables again. This works on my various systems tes...Tom Rondeau2010-12-111-11/+11
* volk: May be a hack, but it was required for my 32-bit Fedora 13 to work.Tom Rondeau2010-12-101-1/+1
* volk: Fixing build system to handle making volk_mktables, volk_tables.h, and ...Tom Rondeau2010-12-101-1/+47
* volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error.Tom Rondeau2010-12-091-0/+70
* volk: modified the configure scripts to output which architectures it will be...Tom Rondeau2010-12-091-0/+20
* volk: Removing erroneous SSE function that actually usese an SSE3 intrin (mm_...Tom Rondeau2010-12-091-66/+0
* volk: remove redundant warning message at top of volk.c file.Tom Rondeau2010-12-091-2/+0
* volk: more changes to build system so that VPATH builds properly and project ...Tom Rondeau2010-12-081-4/+4
* volk: Working on VPATH build issues. Makes it through configure, fails on make.Tom Rondeau2010-12-081-1/+0
* volk: Fixing makefiles for dist. Distcheck still failing on other issues now.Tom Rondeau2010-12-081-0/+1
* volk: Adding gitignore files.Tom Rondeau2010-12-082-0/+29
* volk: Updating build system so that volk configures and builds from gnuradio ...Tom Rondeau2010-12-081-2/+4
* Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a new...Tom Rondeau2010-12-07114-0/+11370