summaryrefslogtreecommitdiff
path: root/volk
Commit message (Expand)AuthorAgeFilesLines
* volk: a way of doing -B in python that is 2.5 compatible (picked from Josh Bl...Tom Rondeau2011-09-211-1/+5
* volk: fix whitespace in Python scriptMoritz Fischer2011-07-191-2/+2
* Merge remote branch 'nick/volk_cmake'Johnathan Corgan2011-07-08116-778/+859
|\
| * volk: make fptrs in volk.h visibleNick Foster2011-05-301-1/+1
| * Added volk_typedefs.h to the generated sources and installed headers.Nick Foster2011-05-302-0/+2
| * Volk: runtime NEON detection based on /proc/self/auxvNick Foster2011-05-203-83/+109
| * 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: remove justifiable obscenity from volk_prefs.cNick Foster2011-05-181-1/+1
| * Volk: added alignment prop to each machine. call volk_get_alignment() to get ...Nick Foster2011-05-187-11/+41
| * Volk: renamed everything else to _a instead of _a16, makefiles includedNick Foster2011-05-1829-276/+276
| * Volk: rename functions _a instead of _a16Nick Foster2011-05-1876-477/+477
| * Volk: rename aligned functions to just _a instead of _a16Nick Foster2011-05-1876-0/+0
* | Merged jblum/new_volk into masterJohnathan Corgan2011-07-08159-1879/+2892
|\|
| * volk: do not install library-only headersJosh Blum2011-05-139-13/+30
| * volk: added header implementation files to generation rule dependenciesJosh Blum2011-05-121-2/+3
| * Volk: I keep pulling tests out for testing and forgetting to put them back in...Nick Foster2011-05-121-2/+1
| * Volk: avx impl for 32f_s32f_convert_32iNick Foster2011-05-122-1/+38
| * Volk: changed size of memory alignment in QA code to 32 for AVX supportNick Foster2011-05-121-1/+1
| * Volk: added an AVX impl (of 32f multiply) just to see if it's any faster. It'...Nick Foster2011-05-121-0/+39
| * Volk: Forgot to put sse4.1 support in sse4_2 and avx machinesNick Foster2011-05-121-2/+2
| * Volk: uncomment most of the profiler testsNick Foster2011-05-121-3/+2
| * Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into new_volk_cmakeJosh Blum2011-05-1214-30/+329
| |\
| | * Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability to ...Nick Foster2011-05-122-6/+22
| | * Volk: fixed pkgconfig installNick Foster2011-05-121-2/+2
| | * Volk: fix volk.pc.inNick Foster2011-05-121-3/+2
| | * Volk: forgot to add prefs.c/h to git...Nick Foster2011-05-122-0/+68
| | * Volk: actually return the preferred archNick Foster2011-05-121-1/+1
| | * Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi...Nick Foster2011-05-126-85/+37
| | * Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify...Nick Foster2011-05-119-21/+64
| | * Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...Nick Foster2011-05-106-8/+229
| * | volk: move generation rules into lib + cleanupJosh Blum2011-05-102-46/+46
| |/
| * Volk: allow setting of build type (debug, release, etc) from command lineNick Foster2011-05-101-1/+5
| * volk: added orc support to the cmake buildJosh Blum2011-05-101-0/+37
| * volk: cmake support for volk (gcc + msvc)Josh Blum2011-05-106-0/+860
| * volk: generate two machine structs which are conditional on LV_HAVE_ORCJosh Blum2011-05-101-15/+30
| * volk: implement type-agnostic operators for volk_complexJosh Blum2011-05-095-49/+66
| * Volk: Each QA test runs in separate Boost test case so it prints statistics f...Nick Foster2011-05-092-95/+89
| * gnuradio: revert bootstrap changesJosh Blum2011-05-091-14/+9
| * volk: various backports from MSVC buildingJosh Blum2011-05-063-6/+30
| * volk: top-level common header cleanupJosh Blum2011-05-0632-126/+101
| * volk: removed volk_registry.h, it was superseded by the machinesJosh Blum2011-05-066-97/+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
| * gnuradio: support out-of-tree bootstrapJosh Blum2011-04-261-9/+14
| * volk: reorganization of generation sources and generated filesJosh Blum2011-04-2629-94/+62
| * volk: removed cppunit from the build (not used anymore)Josh Blum2011-04-264-90/+1
| * Volk: remove some dead files from Makefile.amNick Foster2011-04-182-2/+1
| * volk: added VOLK_API macro to external symbolsJosh Blum2011-04-172-3/+13