summaryrefslogtreecommitdiff
path: root/volk/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* volk: removed volk_registry.h, it was superseded by the machinesJosh Blum2011-05-063-92/+0
* volk: make volk_machine_xxx.cc c-safeJosh Blum2011-05-065-44/+38
* volk: make volk_machines.cc c-safeJosh Blum2011-05-055-31/+15
* volk: reorganization of generation sources and generated filesJosh Blum2011-04-2622-0/+1605