summaryrefslogtreecommitdiff
path: root/volk/include
AgeCommit message (Expand)Author
2012-08-30adding gr_endian_swap blockTim O'Shea
2012-07-17Merge remote branch 'jblum/volk_mmx_fix'Johnathan Corgan
2012-07-17volk: entirely remove commented out ORC clause for volk_16u_byteswap_uJohnathan Corgan
2012-07-17volk: fix for win64 MSVC not having MMX supportJosh Blum
2012-07-16Comment out orc support for volk_16u_byteswap_uJohnathan Corgan
2012-07-15volk: adding unaligned byteswap kernel.Tom Rondeau
2012-07-04volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*Josh Blum
2012-07-04volk: fix volk_32f_x2_dot_prod_32f_u_sse tail caseJosh Blum
2012-07-03Merge branch 'maint'Johnathan Corgan
2012-07-03volk: don't initialize phase in rotatorJohnathan Corgan
2012-06-25volk: replace (__m128) with volk cast for portabilityJosh Blum
2012-06-22volk: fixing some volk kernels.Tom Rondeau
2012-06-20volk: added missing avx header includeJosh Blum
2012-06-20Merge branch 'gr_filter'Johnathan Corgan
2012-06-15filter: adding ssc and fsf versions of filter with associated new Volk kernels.Tom Rondeau
2012-06-14filter: added a ccf Volk dot product to use with ccf filters and used it in f...Tom Rondeau
2012-06-14volk: fixes for 32f dot_prodTom Rondeau
2012-06-13volk: dot_produce for floats does 16 at a time.Tom Rondeau
2012-06-13filter: process 4 vectors each time in volk dot_prod to speed up fir filters.Tom Rondeau
2012-05-12volk: fix some signedness and unused variable warningsJohnathan Corgan
2012-05-11volk: add SIMD implementation for fixed phase rotationNick McCarthy
2012-05-07volk: fixed popcnt.Moritz Fischer
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-03-22Merge branch 'master' into nextJohnathan Corgan
2012-03-21volk: add include for config.h to cc fileJosh Blum
2012-03-15Merge branch 'master' into nextTom Rondeau
2012-03-15volk: turning off sse implementation of complex dot product for 32-bit machin...Tom Rondeau
2012-03-15volk: makes the float-to-int conversion consistent and fixes an overflow bug ...Tom Rondeau
2012-03-03volk: include config.h to have rintf in windows/msvc.Tom Rondeau
2012-03-03volk: include config.h to have rintf in windows/msvc.Tom Rondeau
2012-03-01Merge branch 'master' into nextJohnathan Corgan
2012-02-23volk: float to short conversion is consistent between archs and tail cases. R...Tom Rondeau
2012-02-23Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau
2012-02-22Remove ORC invocation since // doesn't dissuade the generator.Nick Foster
2012-02-21Volk: add scalar const support to the profiler/QA code. Disabled volk_32fc_s3...Nick Foster
2012-02-14build: fix autotools for gnuradio-core volkificationJohnathan Corgan
2012-02-13volk: adding complex conjugate kernel.Tom Rondeau
2012-02-13volk: fixed complex multiply and conjugate kernel to use xor for conjugation.Tom Rondeau
2012-02-13volk: added a 32fc multiply conjugate kernel.Tom Rondeau
2012-02-13volk: added unaligned version of adding 2 vectors.Tom Rondeau
2012-02-13volk: new unaligned versions of float multipliers.Tom Rondeau
2012-02-13core: moving multiply_const_ff from gengen to general to take advantage of volk.Tom Rondeau
2012-02-02volk: adding new functions to Makefile.Tom Rondeau
2012-02-02volk: improving performance of multiply_const and multiply two streams.Tom Rondeau
2012-02-02volk: adding unaligned versions of complex multiply a constant and complex mu...Tom Rondeau
2012-01-30volk: adding complex to imag kernel.Tom Rondeau
2012-01-29volk: added volk magnitiude squared functions (aligned/unaligned) for complex...Tom Rondeau
2012-01-29volk: added unaligned volk function for magnitude of a complex number.Tom Rondeau
2012-01-28volk: fix lower bound of int conversion.Tom Rondeau
2012-01-26volk: float_to_int and float_to_char updated to clip instead of wrap around. ...Tom Rondeau