summaryrefslogtreecommitdiff
path: root/volk
AgeCommit message (Expand)Author
2012-04-19volk: fix msvc __cpuid pointer castJosh Blum
2012-04-19Volk: redo the archs.xml language to make checks generic. no more "type", no ...Nick Foster
2012-04-19volk: fix for cpuid_eax check with hardcoded valuesJosh Blum
2012-04-19volk: removed old generator python codeJosh Blum
2012-04-19volk: updated build system for avx checking supportJosh Blum
2012-04-19volk: build system work, can build stand-alone msvcJosh Blum
2012-04-19volk: python checks and build system stuffJosh Blum
2012-04-19volk: make orc a normal arch with overruleJosh Blum
2012-04-19volk: added compile utils and cleanup cmakelistsJosh Blum
2012-04-19volk: working build w/ cmakelistsJosh Blum
2012-04-19volk: created other templates for runtime + machinesJosh Blum
2012-04-19volk: added kernel defs and typedefsJosh Blum
2012-04-19volk: work on template stuffJosh Blum
2012-04-19Merge branch 'maint'Johnathan Corgan
2012-04-18volk: gcc version check without __GNUC_PREREQJosh Blum
2012-04-18volk: added xgetbv stuff from volk_work to maintJosh Blum
2012-04-16Merge branch 'maint'Johnathan Corgan
2012-04-16Volk: also check to make sure OSXSAVE is enabled so you don't check XGETBV wh...Nick Foster
2012-04-16Volk: add support for checking AVX enable state of OS.Nick Foster
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-22volk: fix for load prefs (config path)Josh Blum
2012-03-21volk: add include for config.h to cc fileJosh Blum
2012-03-19Merge branch 'master' into nextTom Rondeau
2012-03-19volk: change minimum acceptable ORC version to 4.12 (in cmake and updating ve...Tom Rondeau
2012-03-15Merge branch 'master' into nextTom Rondeau
2012-03-15Merge branch 'volk_32bit_fixes_maint' into maintTom Rondeau
2012-03-15Merge branch 'master' into nextJohnathan Corgan
2012-03-15volk: set local includes first for precedenceJosh Blum
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-14Merge branch 'master' into safe_alignJohnathan 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: adding new Volk functions added in this branch to the volk_profile tool...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