Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
but it makes the build output so much nicer...
|
|
|
|
|
|
This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1.
Broke it more than fixed it.
|
|
|
|
the max_noutput_items when building a wxGUI application.
|
|
|
|
test sequence.
|
|
|
|
number of outputs based on the inputs, let it. This is an acceptable (actually, necessary) exception to the specified limit.
|
|
|
|
Better detection for x86 and 32 or 64 bit.
|
|
|
|
|
|
parameter better.
The block now holds state between calls to work for the number of output symbols instead of requiring a certain number of available outputs (that may never be satisfied).
This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test.
|