Age | Commit message (Collapse) | Author |
|
|
|
volk_32fc_s32fc_multiply_32fc_a's Orc impl due to it not working.
|
|
|
|
Conflicts:
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
|
|
|
|
|
|
|
|
|
|
|
|
Also adds SSE and AVX and unaligned Volk versions for this.
|
|
|
|
tool and installing it into $prefix/bin.
|
|
|
|
multiply 2 streams.
|
|
|
|
complex numbers.
|
|
|
|
|
|
The float to int clips at smaller than 2^32 because of the limits of the float representation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1.
Broke it more than fixed it.
|
|
|
|
Better detection for x86 and 32 or 64 bit.
|
|
Conflicts:
config/lf_warnings.m4
volk/config/lf_warnings.m4
|
|
almost never an actual problem, so just turn the warning off.
|
|
|
|
|
|
Nick Foster owes Nick Corgan a six-pack of beer!
|
|
|
|
|
|
|
|
can go much faster
Conflicts:
volk/lib/testqa.cc
|
|
|
|
|
|
impls is needed to determine if these have robust tail cases or not.
also fixed max_star test by removing it -- can't return ptrs in current test framework, needs custom test.
|
|
magnitudes
Conflicts:
volk/lib/testqa.cc
|
|
|
|
|
|
|
|
|
|
tested 10x faster than generic.
|
|
|
|
|
|
|