volk: add SIMD implementation for fixed phase rotation
volk: fixed popcnt.
Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.
The sed script was provided by Moritz Fischer.
Merge branch 'master' into next
volk: add include for config.h to cc file
volk_32f_s32f_convert_16i_a was also a problem,previously volk_32f_s32f_convert_16i_u was fixed to have config.h.I heard putting config h stuff into public headers was bad practice.Including config.h into the generated cc file should fix this issue from now on.
volk: turning off sse implementation of complex dot product for 32-bit machines until it's fixed.
volk: makes the float-to-int conversion consistent and fixes an overflow bug on 32-bit machines.
Not currently used in GNU Radio, so no change in behavior there.
volk: include config.h to have rintf in windows/msvc.
View revisions
Also available in: Atom