Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The msvc compiler doesnt like the ambiguous overload of floor.
However, floor should not have an effect on the integer divide anyway.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
gr-noaa/Makefile.am
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8
LIBRARY_OUTPUT_NAME is new to 2.8 and more specific
|
|
|
|
|