core: loosen fm modulator QA to 5 decimal places of agreement
volk: float to short conversion is consistent between archs and tail cases. Rounds to nearest number.
Merge remote branch 'bistromath/volk_fix' into safe_align
Conflicts: volk/apps/volk_profile.cc
core: core: change to the delay QA code.
The full vector is received because of the switch to a gr_block, so we exted the expected_data vector; otherwise, the results are the same
Merge branch 'master' into safe_align
Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
core: reverting float_to_int to non-Volk due to precision/wrapping issues.
Using the Volk function causes too much of a change in the output values right now. Will have to relook at it for the right thing to do. Keeping the use of vlen and scale, though.
core: using volk for conjugate block and added QA code for it.
core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code.
core: new multiply_const_ff and multiply_ff blocks done using Volk.
core: moving multiply_const_ff from gengen to general to take advantage of volk.
Also adds SSE and AVX and unaligned Volk versions for this.
View revisions
Also available in: Atom