summaryrefslogtreecommitdiff
path: root/volk/gen
AgeCommit message (Expand)Author
2012-04-23volk: force kwargs keys to be of type str, not unicode for py25Josh Blum
2012-04-19volk: code simplification, overrule macro and python optsJosh Blum
2012-04-19volk: remove norc, implement machine overruleJosh Blum
2012-04-19volk: use archs.xml to specify compiler flags + supportJosh Blum
2012-04-19volk: move avx cpuid_x86_bit check in archs.xmlJosh Blum
2012-04-19Volk: redo the archs.xml language to make checks generic. no more "type", no ...Nick Foster
2012-04-19volk: removed old generator python codeJosh Blum
2012-04-19volk: updated build system for avx checking supportJosh 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-21volk: add include for config.h to cc fileJosh Blum
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
2011-11-30volk: fix #466 deprecated string use, from PinkavaJosh Blum
2011-11-30volk: avx support for MSVCJosh Blum
2011-11-07volk: building on msvc again with sse2 archJosh Blum
2011-11-07volk: work to improve compiler and multi-lib supportJosh Blum
2011-10-20volk: give priority to generated includes (helps with dirty tree)Josh Blum
2011-10-20volk: fixed signed/unsigned comparison warnings.Tom Rondeau
2011-09-17volk: use glob rather than parsing makefile for kernelsJosh Blum
2011-07-22Volk: add in mutex capability to archs.xml. Turns out some compilers can do b...Nick Foster
2011-07-19volk: fix whitespace in Python scriptMoritz Fischer
2011-05-30volk: make fptrs in volk.h visibleNick Foster
2011-05-20Volk: runtime NEON detection based on /proc/self/auxvNick Foster
2011-05-20Volk: Use "unsafe" math optimizations (read: NEON) in GCC on NEON archNick Foster
2011-05-20Volk: modify NEON test flagNick Foster
2011-05-19Volk: first stab at NEON support. Using compile-time detection.Nick Foster
2011-05-18Volk: added alignment prop to each machine. call volk_get_alignment() to get ...Nick Foster
2011-05-18Volk: renamed everything else to _a instead of _a16, makefiles includedNick Foster
2011-05-13volk: do not install library-only headersJosh Blum
2011-05-12Volk: Forgot to put sse4.1 support in sse4_2 and avx machinesNick Foster
2011-05-12Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi...Nick Foster
2011-05-11Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify...Nick Foster
2011-05-10volk: cmake support for volk (gcc + msvc)Josh Blum
2011-05-10volk: generate two machine structs which are conditional on LV_HAVE_ORCJosh Blum
2011-05-06volk: various backports from MSVC buildingJosh Blum
2011-05-06volk: top-level common header cleanupJosh Blum
2011-05-06volk: removed volk_registry.h, it was superseded by the machinesJosh Blum
2011-05-06volk: make volk_machine_xxx.cc c-safeJosh Blum