summaryrefslogtreecommitdiff
path: root/volk/gen
Commit message (Expand)AuthorAgeFilesLines
* volk: fix for win64 MSVC not having MMX supportJosh Blum2012-07-171-3/+3
* volk: have an alignment even for unknown (generic) machines.Tom Rondeau2012-06-071-0/+1
* 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-192-11/+16
* volk: remove norc, implement machine overruleJosh Blum2012-04-192-12/+12
* volk: use archs.xml to specify compiler flags + supportJosh Blum2012-04-193-37/+44
* volk: move avx cpuid_x86_bit check in archs.xmlJosh Blum2012-04-191-0/+6
* Volk: redo the archs.xml language to make checks generic. no more "type", no ...Nick Foster2012-04-192-103/+111
* volk: removed old generator python codeJosh Blum2012-04-1918-1436/+0
* volk: updated build system for avx checking supportJosh Blum2012-04-192-1/+2
* volk: make orc a normal arch with overruleJosh Blum2012-04-193-6/+8
* volk: added compile utils and cleanup cmakelistsJosh Blum2012-04-194-15/+82
* volk: working build w/ cmakelistsJosh Blum2012-04-194-107/+15
* volk: created other templates for runtime + machinesJosh Blum2012-04-194-6/+22
* volk: added kernel defs and typedefsJosh Blum2012-04-194-7/+300
* volk: work on template stuffJosh Blum2012-04-194-0/+224
* Merge branch 'maint'Johnathan Corgan2012-04-191-0/+21
|\
| * volk: gcc version check without __GNUC_PREREQJosh Blum2012-04-181-1/+1
| * volk: added xgetbv stuff from volk_work to maintJosh Blum2012-04-181-0/+21
* | Merge branch 'maint'Johnathan Corgan2012-04-162-11/+36
|\|
| * Volk: also check to make sure OSXSAVE is enabled so you don't check XGETBV wh...Nick Foster2012-04-161-0/+7
| * Volk: add support for checking AVX enable state of OS.Nick Foster2012-04-162-12/+30
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-1316-89/+89
* | Merge branch 'master' into nextJohnathan Corgan2012-03-221-0/+4
|\|
| * volk: add include for config.h to cc fileJosh Blum2012-03-211-0/+4
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-081-3/+0
|/
* volk: fix #466 deprecated string use, from PinkavaJosh Blum2011-11-302-4/+2
* volk: avx support for MSVCJosh Blum2011-11-303-4/+20
* volk: building on msvc again with sse2 archJosh Blum2011-11-071-9/+13
* volk: work to improve compiler and multi-lib supportJosh Blum2011-11-072-5/+22
* volk: give priority to generated includes (helps with dirty tree)Josh Blum2011-10-201-1/+1
* volk: fixed signed/unsigned comparison warnings.Tom Rondeau2011-10-201-1/+1
* volk: use glob rather than parsing makefile for kernelsJosh Blum2011-09-171-9/+5
* Volk: add in mutex capability to archs.xml. Turns out some compilers can do b...Nick Foster2011-07-222-1/+2
* volk: fix whitespace in Python scriptMoritz Fischer2011-07-191-2/+2
* volk: make fptrs in volk.h visibleNick Foster2011-05-301-1/+1
* Volk: runtime NEON detection based on /proc/self/auxvNick Foster2011-05-202-3/+29
* Volk: Use "unsafe" math optimizations (read: NEON) in GCC on NEON archNick Foster2011-05-201-1/+1
* Volk: modify NEON test flagNick Foster2011-05-201-1/+1
* Volk: first stab at NEON support. Using compile-time detection.Nick Foster2011-05-194-2/+25
* Volk: added alignment prop to each machine. call volk_get_alignment() to get ...Nick Foster2011-05-186-10/+39
* Volk: renamed everything else to _a instead of _a16, makefiles includedNick Foster2011-05-181-2/+2
* volk: do not install library-only headersJosh Blum2011-05-135-5/+8
* Volk: Forgot to put sse4.1 support in sse4_2 and avx machinesNick Foster2011-05-121-2/+2
* Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi...Nick Foster2011-05-121-13/+1
* Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify...Nick Foster2011-05-113-1/+3
* volk: cmake support for volk (gcc + msvc)Josh Blum2011-05-101-0/+10
* volk: generate two machine structs which are conditional on LV_HAVE_ORCJosh Blum2011-05-101-15/+30
* volk: various backports from MSVC buildingJosh Blum2011-05-061-0/+12
* volk: top-level common header cleanupJosh Blum2011-05-069-43/+25