| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'benreynwar/maint' | Tom Rondeau | 2012-03-10 | 1 | -0/+17 |
|\ |
|
| * | Adding __repr__ to constellations. | Ben Reynwar | 2012-03-09 | 1 | -0/+17 |
* | | Merge branch 'maint' | Johnathan Corgan | 2012-03-08 | 2 | -0/+2 |
|\ \ |
|
| * | | build: updated ignores | Johnathan Corgan | 2012-03-08 | 2 | -0/+2 |
* | | | build: update revision to 3.5.3gitv3.5.3git | Johnathan Corgan | 2012-03-05 | 2 | -4/+4 |
|/ / |
|
* | | build: update revision to 3.5.2v3.5.2 | Johnathan Corgan | 2012-03-05 | 2 | -2/+2 |
* | | build: update from canonical config files | Johnathan Corgan | 2012-03-05 | 4 | -20/+50 |
* | | testing something. | Tom Rondeau | 2012-03-04 | 1 | -0/+1 |
* | | volk: include config.h to have rintf in windows/msvc. | Tom Rondeau | 2012-03-03 | 1 | -0/+4 |
* | | Merge remote branch 'tom/safe_align' | Johnathan Corgan | 2012-03-01 | 115 | -303/+5123 |
|\ \ |
|
| * | | volk: float to short conversion is consistent between archs and tail cases. R... | Tom Rondeau | 2012-02-23 | 3 | -19/+18 |
| * | | Merge remote branch 'bistromath/volk_fix' into safe_align | Tom Rondeau | 2012-02-23 | 19 | -108/+246 |
| |\ \ |
|
| | * | | Remove ORC invocation since // doesn't dissuade the generator. | Nick Foster | 2012-02-22 | 1 | -14/+0 |
| | * | | Volk: add scalar const support to the profiler/QA code. Disabled volk_32fc_s3... | Nick Foster | 2012-02-21 | 4 | -10/+37 |
| * | | | Merge branch 'safe_align' of vortex.corganenterprises.com:gnuradio-trondeau i... | Tom Rondeau | 2012-02-14 | 7 | -22/+11 |
| |\ \ \ |
|
| | * | | | build: fix autotools for gnuradio-core volkification | Johnathan Corgan | 2012-02-14 | 7 | -22/+11 |
| * | | | | volk: added README file to explain how to run the benchmark tests and plottin... | Tom Rondeau | 2012-02-14 | 1 | -0/+252 |
| |/ / / |
|
| * | | | Merge branch 'master' into safe_align | Johnathan Corgan | 2012-02-14 | 97 | -223/+1590 |
| |\ \ \ |
|
| * | | | | volk: complex_to_arg doesn't actually use Volk. No need to benchmark it. | Tom Rondeau | 2012-02-13 | 1 | -8/+1 |
| * | | | | volk: can specify a table to calculate the percent improvement against instea... | Tom Rondeau | 2012-02-13 | 1 | -20/+60 |
| * | | | | core: change alignment requirement. | Tom Rondeau | 2012-02-13 | 1 | -1/+1 |
| * | | | | volk: better handling of plot for error bars. Older versions of pylab don't l... | Tom Rondeau | 2012-02-13 | 1 | -8/+10 |
| * | | | | volk: added some documentation to the Doxygen manual explaining Volk and how ... | Tom Rondeau | 2012-02-13 | 2 | -0/+171 |
| * | | | | core: reverting float_to_int to non-Volk due to precision/wrapping issues. | Tom Rondeau | 2012-02-13 | 4 | -15/+23 |
| * | | | | volk: better args for benchmarking volk tests; can specify a list of test num... | Tom Rondeau | 2012-02-13 | 2 | -16/+17 |
| * | | | | volk: improved GR benchmark and plotting utilities. | Tom Rondeau | 2012-02-13 | 3 | -53/+110 |
| * | | | | volk: test commands for measuring type conversion performance. | Tom Rondeau | 2012-02-13 | 1 | -0/+183 |
| * | | | | core: fixed alignment call for char_to_short. | Tom Rondeau | 2012-02-13 | 1 | -1/+1 |
| * | | | | volk: adding an examples directory with scripts to benchmark and compare volk... | Tom Rondeau | 2012-02-13 | 3 | -0/+398 |
| * | | | | core: using volk for conjugate block and added QA code for it. | Tom Rondeau | 2012-02-13 | 3 | -19/+62 |
| * | | | | volk: adding complex conjugate kernel. | Tom Rondeau | 2012-02-13 | 5 | -1/+136 |
| * | | | | volk: fixed complex multiply and conjugate kernel to use xor for conjugation. | Tom Rondeau | 2012-02-13 | 2 | -4/+3 |
| * | | | | core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code. | Tom Rondeau | 2012-02-13 | 9 | -4/+222 |
| * | | | | volk: added a 32fc multiply conjugate kernel. | Tom Rondeau | 2012-02-13 | 5 | -0/+169 |
| * | | | | core: added volk version of add_ff. | Tom Rondeau | 2012-02-13 | 11 | -11/+167 |
| * | | | | volk: added unaligned version of adding 2 vectors. | Tom Rondeau | 2012-02-13 | 4 | -0/+69 |
| * | | | | core: new multiply_const_ff and multiply_ff blocks done using Volk. | Tom Rondeau | 2012-02-13 | 12 | -17/+173 |
| * | | | | volk: new unaligned versions of float multipliers. | Tom Rondeau | 2012-02-13 | 6 | -14/+231 |
| * | | | | sched: some added protections and checks for the alignment states. | Tom Rondeau | 2012-02-13 | 1 | -1/+11 |
| * | | | | core: moving multiply_const_ff from gengen to general to take advantage of volk. | Tom Rondeau | 2012-02-13 | 15 | -17/+276 |
| * | | | | core: more fixes when moving files from gengen to general. | Tom Rondeau | 2012-02-02 | 2 | -10/+0 |
| * | | | | volk: adding new functions to Makefile. | Tom Rondeau | 2012-02-02 | 1 | -0/+2 |
| * | | | | volk: adding new Volk functions added in this branch to the volk_profile tool... | Tom Rondeau | 2012-02-02 | 2 | -0/+13 |
| * | | | | core: moving multiply_cc and multiply_const_cc out of gengen and into general... | Tom Rondeau | 2012-02-02 | 14 | -23/+360 |
| * | | | | volk: improving performance of multiply_const and multiply two streams. | Tom Rondeau | 2012-02-02 | 3 | -3/+106 |
| * | | | | sched: better working alignment handling. | Tom Rondeau | 2012-02-02 | 1 | -28/+25 |
| * | | | | volk: adding unaligned versions of complex multiply a constant and complex mu... | Tom Rondeau | 2012-02-02 | 2 | -0/+119 |
| * | | | | core: redo fft_filter (complex and float) with Volk. | Tom Rondeau | 2012-01-30 | 4 | -17/+5 |
| * | | | | core: fixing up complex_to_xxx for using Volk where appropriate. Speed benchm... | Tom Rondeau | 2012-01-30 | 2 | -39/+17 |
| * | | | | core: complex_to_xxx (float, real, imag, arg) to volk. | Tom Rondeau | 2012-01-30 | 1 | -1/+59 |