summaryrefslogtreecommitdiff
path: root/volk
Commit message (Expand)AuthorAgeFilesLines
* core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-072-6/+6
* volk: forgot critical variable subsJosh Blum2012-09-101-1/+1
* adding gr_endian_swap blockTim O'Shea2012-08-302-0/+165
* Merge branch 'maint'Johnathan Corgan2012-08-301-1/+3
|\
| * volk: dont set CMAKE_REQUIRED_FLAGS when emptyJosh Blum2012-08-301-1/+3
* | Merge branch 'maint'Johnathan Corgan2012-08-281-0/+13
|\|
| * volk: special werror unused cmd line arg for clangJosh Blum2012-08-281-0/+13
* | 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
* volk: code simplification, overrule macro and python optsJosh Blum2012-04-194-33/+49
* volk: avoid sse2 saturation issue 32768->32767Josh Blum2012-04-191-1/+1
* volk: added set_float_rounding to volk_cpu_initJosh Blum2012-04-192-0/+24
* volk: avx overrule is gcc4.4, make prints matchJosh Blum2012-04-191-14/+16
* volk: disable AVX if GCC version < 4.6.0Nick Foster2012-04-191-0/+13
* volk: gcc version check without __GNUC_PREREQJosh Blum2012-04-191-1/+1
* volk: added gcc version check to xgetbvJosh Blum2012-04-191-5/+9
* volk: remove norc, implement machine overruleJosh Blum2012-04-193-25/+42
* volk: use archs.xml to specify compiler flags + supportJosh Blum2012-04-194-37/+46
* volk: fix volk_profile install ruleJosh Blum2012-04-191-1/+1
* volk: move avx cpuid_x86_bit check in archs.xmlJosh Blum2012-04-192-2/+6
* volk: fix msvc __cpuid pointer castJosh Blum2012-04-191-1/+1
* Volk: redo the archs.xml language to make checks generic. no more "type", no ...Nick Foster2012-04-193-172/+138
* volk: fix for cpuid_eax check with hardcoded valuesJosh Blum2012-04-191-2/+2
* volk: removed old generator python codeJosh Blum2012-04-1918-1436/+0
* volk: updated build system for avx checking supportJosh Blum2012-04-194-6/+36
* volk: build system work, can build stand-alone msvcJosh Blum2012-04-195-2/+75
* volk: python checks and build system stuffJosh Blum2012-04-194-8/+257