| Commit message (Expand) | Author | Age | Files | Lines |
* | volk: add neon log2 implementation and fix QA to properly test | Nathan West | 2014-10-26 | 1 | -1/+1 |
* | volk: add neon kernel for 64u_byteswap and puppets for 64/16 byteswap | Nathan West | 2014-10-22 | 1 | -3/+3 |
* | volk: update profile to use the new 32u_byteswap puppet | Nathan West | 2014-10-20 | 1 | -1/+1 |
* | volk: popcnt support | Nathan West | 2014-10-19 | 1 | -2/+2 |
* | volk: Added atan, asin, acos kernels. | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+3 |
* | volk: Added tan kernel. | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+1 |
* | volk: Added sin, cos kernels. | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+2 |
* | volk: added power kernel. | Tom Rondeau | 2014-10-15 | 1 | -0/+1 |
* | volk: Added log2 | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+2 |
* | volk: add feature for json results export | Nathan West | 2014-09-19 | 1 | -3/+58 |
* | volk: adding tanh kernel with support for sse and avx. | Tom Rondeau | 2014-09-02 | 1 | -0/+1 |
* | volk: fixed typo (stray tabs?) in volk_profile. | Tom Rondeau | 2014-07-30 | 1 | -2/+2 |
* | volk: added a binary slicer that outputs int8_t data. | Tom Rondeau | 2014-07-29 | 1 | -0/+1 |
* | Merge remote-tracking branch 'nwest/volk_slicer' | Johnathan Corgan | 2014-06-13 | 1 | -0/+1 |
|\ |
|
| * | volk: adding a binary slicer kernel | Nathan West | 2014-06-11 | 1 | -0/+1 |
* | | volk: missing updates for volk qa and profile from last checkin. | Nicholas McCarthy | 2014-05-17 | 1 | -0/+23 |
|/ |
|
* | volk: add implicit true to profile's benchmark mode | Nathan West | 2014-03-02 | 1 | -1/+2 |
* | volk: don't write to volk_config if using regex | Nathan West | 2014-03-02 | 1 | -20/+35 |
* | volk: add regex option to profile | Nathan West | 2014-01-28 | 1 | -100/+112 |
* | Merge remote-tracking branch 'nwest/volk-sum_of_poly' | Johnathan Corgan | 2014-01-28 | 1 | -1/+1 |
|\ |
|
| * | volk: add avx u/a protokernel for 32f_x3sum_of_poly_32f | Nathan West | 2014-01-27 | 1 | -1/+1 |
* | | Merge branch 'volk-qa-fixes' | Sylvain Munaut | 2014-01-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | volk/rotator: Use more precise phase_inc in volk_profile | Sylvain Munaut | 2014-01-28 | 1 | -1/+1 |
* | | Merge branch 'maint' | Tom Rondeau | 2014-01-10 | 1 | -2/+1 |
|\| |
|
| * | build: fixing various warning from clang. | Julien Olivain | 2014-01-10 | 1 | -1/+1 |
* | | volk: volk_profile.cc: Parse command line options in try/catch block | Douglas Geiger | 2013-12-16 | 1 | -3/+10 |
* | | volk: added volk_list_machines and volk_get_machine to get information about ... | Tom Rondeau | 2013-12-12 | 2 | -5/+26 |
* | | volk: adding constants from cmake into volk. Access through new volk-config-i... | Tom Rondeau | 2013-12-12 | 2 | -0/+87 |
* | | runtime: install compiler information volk: install compiler information, out... | Tim O'Shea | 2013-12-12 | 1 | -88/+107 |
|/ |
|
* | volk: removing duplicate entry for volk_8i_convert_16i. | Doug Geiger | 2013-12-01 | 1 | -1/+0 |
* | volk: update Volk profiker to use non integer multiples of register sizes to ... | Doug Geiger | 2013-08-27 | 1 | -80/+80 |
* | Merge branch 'master' into next | Johnathan Corgan | 2013-03-18 | 1 | -2/+2 |
|\ |
|
| * | volk: fixed MSVC include directory | Nicholas Corgan | 2013-03-18 | 1 | -2/+2 |
* | | volk: removing redundant test in volk_profile. | Tom Rondeau | 2013-03-07 | 1 | -1/+0 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-21 | 1 | -2/+4 |
|\| |
|
| * | volk: Fixed volk_profile MSVC incompatibility | Nicholas Corgan | 2013-02-21 | 1 | -19/+18 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-20 | 1 | -4/+2 |
|\| |
|
| * | volk: the profiler is no longer strictly unix | Josh Blum | 2013-01-20 | 1 | -2/+2 |
| * | volk: remove bad find_package missing components, this is declared in top level | Josh Blum | 2013-01-20 | 1 | -2/+0 |
* | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ... | Michael L Dickens | 2013-01-04 | 1 | -2/+2 |
|\| |
|
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-12-07 | 1 | -1/+1 |
|\| |
|
| * | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | 2012-12-07 | 1 | -1/+1 |
* | | volk: commit the super squash (volk dir only changes) | Josh Blum | 2012-08-30 | 1 | -126/+106 |
* | | Merge branch 'next' into qtsink_menus | Tom Rondeau | 2012-07-17 | 1 | -0/+1 |
|\| |
|
| * | volk: adding unaligned byteswap kernel. | Tom Rondeau | 2012-07-15 | 1 | -0/+1 |
* | | qtgui: using volk to handle conversion/decomposing float/complex to double bu... | Tom Rondeau | 2012-07-03 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'gr_filter' | Johnathan Corgan | 2012-06-20 | 1 | -0/+3 |
|\ |
|
| * | volk: adding new kernels to test and profile. | Tom Rondeau | 2012-06-15 | 1 | -0/+3 |
* | | volk: add SIMD implementation for fixed phase rotation | Nick McCarthy | 2012-05-11 | 1 | -0/+1 |
|/ |
|
* | volk: fix volk_profile install rule | Josh Blum | 2012-04-19 | 1 | -1/+1 |