Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_multiply_cc.cc @ 9b2855a4

History | View | Annotate | Download (2 kB)

# Date Author Comment
ec30d894 06/10/2012 04:43 pm Tom Rondeau

volk: make sure the alignment call for a block passes at least 1.

For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1.

f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

e8089db2 02/02/2012 09:36 pm Tom Rondeau

core: moving multiply_cc and multiply_const_cc out of gengen and into general so they can make use of volk calls.

QA code now explicitly tests the cc versions of these blocks.