summaryrefslogtreecommitdiff
path: root/volk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextJohnathan Corgan2012-12-072-6/+6
|\
| * core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-072-6/+6
* | volk: fix popcnt in volk_rank_archsJosh Blum2012-11-141-3/+10
* | Merge branch 'master' into nextJohnathan Corgan2012-09-101-1/+1
|\|
| * volk: forgot critical variable subsJosh Blum2012-09-101-1/+1
* | cmake: copy stdbool for gnuradio as wellJosh Blum2012-09-071-3/+3
* | volk: ensure LV_HAVE_GENERIC always definedJosh Blum2012-09-011-0/+1
* | volk: remove the generation of _g variantJosh Blum2012-08-312-18/+0
* | volk: convert kernels one last time, removed old kernelsJosh Blum2012-08-30116-13286/+167
* | volk: commit the super squash (volk dir only changes)Josh Blum2012-08-30109-540/+13955
* | Merge branch 'master' into nextTom Rondeau2012-08-302-0/+165
|\|
| * adding gr_endian_swap blockTim O'Shea2012-08-302-0/+165
* | Merge remote branch 'jblum/volk_next_use_num_points' into nextJohnathan Corgan2012-08-3012-35/+77
|\ \
| * | volk: replace num_bytes with num_points in many kernelsJosh Blum2012-08-3012-35/+77
* | | Merge branch 'master' into nextJohnathan Corgan2012-08-301-1/+3
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'maint'Johnathan Corgan2012-08-301-1/+3
| |\
| | * volk: dont set CMAKE_REQUIRED_FLAGS when emptyJosh Blum2012-08-301-1/+3
* | | Merge branch 'master' into nextJohnathan Corgan2012-08-281-0/+13
|\| |
| * | Merge branch 'maint'Johnathan Corgan2012-08-281-0/+13
| |\|
| | * volk: special werror unused cmd line arg for clangJosh Blum2012-08-281-0/+13
* | | Merge branch 'qtsink_menus' into nextTom Rondeau2012-07-293-0/+81
|\ \ \ | |/ / |/| |
| * | volk: fixed unaligned deinterleave to use unaligned load/store.Tom Rondeau2012-07-191-3/+3
| * | Merge branch 'next' into qtsink_menusTom Rondeau2012-07-176-33/+105
| |\ \
| * | | qtgui: using volk to handle conversion/decomposing float/complex to double bu...Tom Rondeau2012-07-033-0/+80
| * | | Merge branch 'master' into my_qtsinkTom Rondeau2012-06-24170-3286/+3984
| |\ \ \
* | \ \ \ Merge remote branch 'jblum/volk_mmx_fix'Johnathan Corgan2012-07-173-6/+12
|\ \ \ \ \
| * | | | | volk: fix for win64 MSVC not having MMX supportJosh Blum2012-07-173-6/+12
* | | | | | volk: entirely remove commented out ORC clause for volk_16u_byteswap_uJohnathan Corgan2012-07-171-14/+0
|/ / / / /
* | | / / Comment out orc support for volk_16u_byteswap_uJohnathan Corgan2012-07-161-1/+2
| |_|/ / |/| | |
* | | | volk: adding unaligned byteswap kernel.Tom Rondeau2012-07-153-1/+79
* | | | volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*Josh Blum2012-07-041-24/+24
* | | | volk: fix volk_32f_x2_dot_prod_32f_u_sse tail caseJosh Blum2012-07-042-4/+1
* | | | Merge branch 'maint'Johnathan Corgan2012-07-031-3/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | volk: don't initialize phase in rotatorJohnathan Corgan2012-07-031-3/+0
* | | | volk: replace (__m128) with volk cast for portabilityJosh Blum2012-06-251-1/+1
| |_|/ |/| |
* | | volk: fixing some volk kernels.Tom Rondeau2012-06-223-35/+6
* | | volk: added missing avx header includeJosh Blum2012-06-202-0/+4
* | | Merge branch 'gr_filter'Johnathan Corgan2012-06-207-73/+620
|\ \ \ | |/ / |/| |
| * | volk: adding new kernels to test and profile.Tom Rondeau2012-06-152-1/+7
| * | filter: adding ssc and fsf versions of filter with associated new Volk kernels.Tom Rondeau2012-06-152-0/+220
| * | filter: added a ccf Volk dot product to use with ccf filters and used it in f...Tom Rondeau2012-06-141-0/+111
| * | volk: fixes for 32f dot_prodTom Rondeau2012-06-142-53/+154
| * | volk: dot_produce for floats does 16 at a time.Tom Rondeau2012-06-132-75/+160
| * | filter: process 4 vectors each time in volk dot_prod to speed up fir filters.Tom Rondeau2012-06-131-12/+36
* | | volk: have an alignment even for unknown (generic) machines.Tom Rondeau2012-06-071-0/+1
* | | volk: fix some signedness and unused variable warningsJohnathan Corgan2012-05-121-8/+9
* | | volk: fix profiler comparisonJohnathan Corgan2012-05-121-1/+1
* | | volk: add SIMD implementation for fixed phase rotationNick McCarthy2012-05-116-7/+354
* | | volk: fixed popcnt.Moritz Fischer2012-05-071-2/+2
|/ /
* | volk: force kwargs keys to be of type str, not unicode for py25Josh Blum2012-04-232-0/+4