summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rondeau2012-03-101-0/+17
|\
| * Merge remote branch 'benreynwar/maint'Tom Rondeau2012-03-101-0/+17
| |\
| | * Adding __repr__ to constellations.Ben Reynwar2012-03-091-0/+17
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-080-0/+0
|\| |
| * | Merge branch 'maint'Johnathan Corgan2012-03-082-0/+2
| |\ \
| | * | build: updated ignoresJohnathan Corgan2012-03-082-0/+2
* | | | Merge branch 'master' into nextJohnathan Corgan2012-03-050-0/+0
|\| | |
| * | | build: update revision to 3.5.3gitv3.5.3gitJohnathan Corgan2012-03-052-4/+4
| |/ /
| * | build: update revision to 3.5.2v3.5.2Johnathan Corgan2012-03-052-2/+2
| * | build: update from canonical config filesJohnathan Corgan2012-03-054-20/+50
* | | Merge remote branch 'gnuradio/master' into nextJohnathan Corgan2012-03-051-0/+1
|\| |
| * | testing something.Tom Rondeau2012-03-041-0/+1
* | | Merge branch 'master' into nextTom Rondeau2012-03-030-0/+0
|\| |
| * | volk: include config.h to have rintf in windows/msvc.Tom Rondeau2012-03-031-0/+4
* | | volk: include config.h to have rintf in windows/msvc.Tom Rondeau2012-03-031-0/+4
* | | grc: updating to new name of pfb synthesizer block.Tom Rondeau2012-03-022-4/+4
* | | examples: fixing synthesizer examples to use new block name.Tom Rondeau2012-03-023-3/+3
* | | core: changed name of gr_pfb_synthesis_filterbank_ccf to gr_pfb_synthesizer t...Tom Rondeau2012-03-025-45/+45
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-01107-261/+5075
|\| |
| * | Merge remote branch 'tom/safe_align'Johnathan Corgan2012-03-01115-303/+5123
| |\ \
| | * | volk: float to short conversion is consistent between archs and tail cases. R...Tom Rondeau2012-02-233-19/+18
| | * | Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau2012-02-2319-108/+246
| | |\ \
| | | * | Remove ORC invocation since // doesn't dissuade the generator.Nick Foster2012-02-221-14/+0
| | | * | Volk: add scalar const support to the profiler/QA code. Disabled volk_32fc_s3...Nick Foster2012-02-214-10/+37
| | * | | Merge branch 'safe_align' of vortex.corganenterprises.com:gnuradio-trondeau i...Tom Rondeau2012-02-147-22/+11
| | |\ \ \
| | | * | | build: fix autotools for gnuradio-core volkificationJohnathan Corgan2012-02-147-22/+11
| | * | | | volk: added README file to explain how to run the benchmark tests and plottin...Tom Rondeau2012-02-141-0/+252
| | |/ / /
| | * | | Merge branch 'master' into safe_alignJohnathan Corgan2012-02-1497-223/+1590
| | |\ \ \
| | * | | | volk: complex_to_arg doesn't actually use Volk. No need to benchmark it.Tom Rondeau2012-02-131-8/+1
| | * | | | volk: can specify a table to calculate the percent improvement against instea...Tom Rondeau2012-02-131-20/+60
| | * | | | core: change alignment requirement.Tom Rondeau2012-02-131-1/+1
| | * | | | volk: better handling of plot for error bars. Older versions of pylab don't l...Tom Rondeau2012-02-131-8/+10
| | * | | | volk: added some documentation to the Doxygen manual explaining Volk and how ...Tom Rondeau2012-02-132-0/+171
| | * | | | core: reverting float_to_int to non-Volk due to precision/wrapping issues.Tom Rondeau2012-02-134-15/+23
| | * | | | volk: better args for benchmarking volk tests; can specify a list of test num...Tom Rondeau2012-02-132-16/+17
| | * | | | volk: improved GR benchmark and plotting utilities.Tom Rondeau2012-02-133-53/+110
| | * | | | volk: test commands for measuring type conversion performance.Tom Rondeau2012-02-131-0/+183
| | * | | | core: fixed alignment call for char_to_short.Tom Rondeau2012-02-131-1/+1
| | * | | | volk: adding an examples directory with scripts to benchmark and compare volk...Tom Rondeau2012-02-133-0/+398
| | * | | | core: using volk for conjugate block and added QA code for it.Tom Rondeau2012-02-133-19/+62
| | * | | | volk: adding complex conjugate kernel.Tom Rondeau2012-02-135-1/+136
| | * | | | volk: fixed complex multiply and conjugate kernel to use xor for conjugation.Tom Rondeau2012-02-132-4/+3
| | * | | | core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code.Tom Rondeau2012-02-139-4/+222
| | * | | | volk: added a 32fc multiply conjugate kernel.Tom Rondeau2012-02-135-0/+169
| | * | | | core: added volk version of add_ff.Tom Rondeau2012-02-1311-11/+167
| | * | | | volk: added unaligned version of adding 2 vectors.Tom Rondeau2012-02-134-0/+69
| | * | | | core: new multiply_const_ff and multiply_ff blocks done using Volk.Tom Rondeau2012-02-1312-17/+173
| | * | | | volk: new unaligned versions of float multipliers.Tom Rondeau2012-02-136-14/+231
| | * | | | sched: some added protections and checks for the alignment states.Tom Rondeau2012-02-131-1/+11
| | * | | | core: moving multiply_const_ff from gengen to general to take advantage of volk.Tom Rondeau2012-02-1315-17/+276