summaryrefslogtreecommitdiff
path: root/volk
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into nextTom Rondeau2012-01-181-2/+3
|\ \ \ | | |/ | |/|
| * | volk: fix for newer orc.Nick Foster2012-01-181-2/+3
| |/
* | Merge branch 'master' into nextTom Rondeau2012-01-069-14/+14
|\|
| * volk: minor changes to fix some warnings.Tom Rondeau2012-01-063-8/+8
| * volk: tell Orc compiler to include math.h to find some generic functions (sqrt).Tom Rondeau2012-01-061-1/+1
| * Revert "volk: remove warning about implicit declaration of sqrt."Tom Rondeau2012-01-065-5/+5
* | Merge branch 'master' into nextJohnathan Corgan2012-01-021-1/+11
|\|
| * volk: fix overrule detection (cant reply on cpu name)Josh Blum2012-01-021-1/+11
* | Merge branch 'master' into nextJohnathan Corgan2011-12-119-11/+12
|\|
| * Most of these warnings are coming from swig-generated sources. They are almos...Tom Rondeau2011-12-111-2/+2
| * volk: remove warning about implicit declaration of sqrt.Tom Rondeau2011-12-115-5/+5
| * volk: fixed some of the simpler warnings.Tom Rondeau2011-12-114-6/+7
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0849-7267/+0
|/
* volk: fixed autotools build when orc is available.Tom Rondeau2011-12-061-2/+3
* volk: updated autotools Makefile to build with new headers.Tom Rondeau2011-12-051-0/+3
* volk: squashed changes 32f_s32f_multiply_32f_a 32fc_x2_dot_prod_32fc_uJosh Blum2011-12-012-4/+120
* Volk: since we have a profiler, we don't need to iterate during QA, so this c...Nick Foster2011-12-011-79/+77
* Volk: remove index max horizontal star from test, it shouldn't be there eitherNick Foster2011-12-011-1/+1
* Volk: bring QA test changes into the profiler as wellNick Foster2011-12-012-7/+7
* Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32 impl...Nick Foster2011-12-011-3/+3
* Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ma...Nick Foster2011-12-012-6/+6
* Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)Nick Foster2011-12-011-1/+1
* Volk: whoopsNick Foster2011-12-011-0/+5
* Volk: 32f_s32f_multiply_32fNick Foster2011-12-013-0/+46
* Volk: add 32fc_s32fc_multiply_32fc to profilerNick Foster2011-12-011-0/+1
* Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE tes...Nick Foster2011-12-013-1/+65
* volk: fix #466 deprecated string use, from PinkavaJosh Blum2011-11-302-4/+2
* volk: conversion tweaks to build avx on MSVCJosh Blum2011-11-306-13/+15
* volk: avx support for MSVCJosh Blum2011-11-303-4/+20
* volk: replace separate_arguments with string replace (performs a whitespace s...Josh Blum2011-11-081-2/+2
* volk: added some environment setup stuffJosh Blum2011-11-071-0/+17
* volk: building on msvc again with sse2 archJosh Blum2011-11-073-28/+32
* volk: work to improve compiler and multi-lib supportJosh Blum2011-11-075-87/+198
* volk: give priority to generated includes (helps with dirty tree)Josh Blum2011-10-202-3/+3
* removes gcc warning, dont need symbol export on plain c structsJosh Blum2011-10-201-1/+1
* volk: fixed signed/unsigned comparison warnings.Tom Rondeau2011-10-2011-28/+28
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-171-5/+5
|\
| * build: fixed last warning generated from bootstrap under autoconf 2.68.Tom Rondeau2011-10-171-5/+5
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-083-158/+158
* | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-09-221-1/+1
|\|
| * volk: a way of doing -B in python that is 2.5 compatible (picked from Josh Bl...Tom Rondeau2011-09-211-1/+5
* | volk: use glob rather than parsing makefile for kernelsJosh Blum2011-09-172-10/+7
* | volk: check that python -B can be usedJosh Blum2011-09-171-1/+11
* | volk: alternative to -B that wont break on python 2.5Josh Blum2011-09-171-1/+5
* | volk: make volk a gr component in the top levelJosh Blum2011-07-222-5/+9
* | volk: fix bug in finding machines by using absolute pathJosh Blum2011-07-221-1/+1
* | volk: modified cmake pkgconfig to look for Orc > 0.4.11Nick Foster2011-07-221-1/+1
* | Volk: add in mutex capability to archs.xml. Turns out some compilers can do b...Nick Foster2011-07-223-1/+23
* | volk: snagged the volk changes from cmake branchJosh Blum2011-07-204-2/+12
|/
* volk: fix whitespace in Python scriptMoritz Fischer2011-07-191-2/+2