summaryrefslogtreecommitdiff
path: root/gr-blocks/include/gnuradio/blocks/rotator.h
Commit message (Collapse)AuthorAgeFilesLines
* Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-031-3/+4
| | | | | Complements gnuradio/gnuradio#1563, larger-scope version of the issue gnuradio/gnuradio#1561 .
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* blocks/rotator: Make the input data 'const'Sylvain Munaut2014-01-281-1/+1
| | | | | | The volk kernels are const and there is no reason to clobber the input Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* volk: fixed volk rotator kernel to support aligned and unaligned.Tom Rondeau2013-10-281-0/+6
| | | | blocks: added rotateN to rotator that calls VOLK kernel.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+63