Age | Commit message (Collapse) | Author |
|
|
|
volk-optimized GR blocks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also adds SSE and AVX and unaligned Volk versions for this.
|
|
|
|
|
|
tool and installing it into $prefix/bin.
|
|
general so they can make use of volk calls.
QA code now explicitly tests the cc versions of these blocks.
|
|
|
|
Works with max_noutput_items and set_output_multiple.
|
|
multiply 2 streams.
|
|
No need for sse implementation now but keeping code for reference.
|
|
benchmark were used to decide which implementation to use.
|
|
|
|
|
|
|
|
|
|
complex numbers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of short_to_float.
|
|
|
|
constructor to set the vector length and a free scaling with the data.
|
|
differences between Volk and non-Volk for rounding issues are made here.
|
|
|
|
The float to int clips at smaller than 2^32 because of the limits of the float representation.
|
|
|
|
|
|
documented.
|
|
|
|
|
|
|
|
|
|
indicator on whether or not the buffers are aligned; they can use this to determine which Volk function to use or if to use Volk at all.
|
|
|
|
|