| Commit message (Expand) | Author | Age | Files | Lines |
* | volk: a way of doing -B in python that is 2.5 compatible (picked from Josh Bl... | Tom Rondeau | 2011-09-21 | 1 | -1/+5 |
* | volk: fix whitespace in Python script | Moritz Fischer | 2011-07-19 | 1 | -2/+2 |
* | Merge remote branch 'nick/volk_cmake' | Johnathan Corgan | 2011-07-08 | 116 | -778/+859 |
|\ |
|
| * | volk: make fptrs in volk.h visible | Nick Foster | 2011-05-30 | 1 | -1/+1 |
| * | Added volk_typedefs.h to the generated sources and installed headers. | Nick Foster | 2011-05-30 | 2 | -0/+2 |
| * | Volk: runtime NEON detection based on /proc/self/auxv | Nick Foster | 2011-05-20 | 3 | -83/+109 |
| * | Volk: Use "unsafe" math optimizations (read: NEON) in GCC on NEON arch | Nick Foster | 2011-05-20 | 1 | -1/+1 |
| * | Volk: modify NEON test flag | Nick Foster | 2011-05-20 | 1 | -1/+1 |
| * | Volk: first stab at NEON support. Using compile-time detection. | Nick Foster | 2011-05-19 | 4 | -2/+25 |
| * | volk: remove justifiable obscenity from volk_prefs.c | Nick Foster | 2011-05-18 | 1 | -1/+1 |
| * | Volk: added alignment prop to each machine. call volk_get_alignment() to get ... | Nick Foster | 2011-05-18 | 7 | -11/+41 |
| * | Volk: renamed everything else to _a instead of _a16, makefiles included | Nick Foster | 2011-05-18 | 29 | -276/+276 |
| * | Volk: rename functions _a instead of _a16 | Nick Foster | 2011-05-18 | 76 | -477/+477 |
| * | Volk: rename aligned functions to just _a instead of _a16 | Nick Foster | 2011-05-18 | 76 | -0/+0 |
* | | Merged jblum/new_volk into master | Johnathan Corgan | 2011-07-08 | 159 | -1879/+2892 |
|\| |
|
| * | volk: do not install library-only headers | Josh Blum | 2011-05-13 | 9 | -13/+30 |
| * | volk: added header implementation files to generation rule dependencies | Josh Blum | 2011-05-12 | 1 | -2/+3 |
| * | Volk: I keep pulling tests out for testing and forgetting to put them back in... | Nick Foster | 2011-05-12 | 1 | -2/+1 |
| * | Volk: avx impl for 32f_s32f_convert_32i | Nick Foster | 2011-05-12 | 2 | -1/+38 |
| * | Volk: changed size of memory alignment in QA code to 32 for AVX support | Nick Foster | 2011-05-12 | 1 | -1/+1 |
| * | Volk: added an AVX impl (of 32f multiply) just to see if it's any faster. It'... | Nick Foster | 2011-05-12 | 1 | -0/+39 |
| * | Volk: Forgot to put sse4.1 support in sse4_2 and avx machines | Nick Foster | 2011-05-12 | 1 | -2/+2 |
| * | Volk: uncomment most of the profiler tests | Nick Foster | 2011-05-12 | 1 | -3/+2 |
| * | Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into new_volk_cmake | Josh Blum | 2011-05-12 | 14 | -30/+329 |
| |\ |
|
| | * | Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability to ... | Nick Foster | 2011-05-12 | 2 | -6/+22 |
| | * | Volk: fixed pkgconfig install | Nick Foster | 2011-05-12 | 1 | -2/+2 |
| | * | Volk: fix volk.pc.in | Nick Foster | 2011-05-12 | 1 | -3/+2 |
| | * | Volk: forgot to add prefs.c/h to git... | Nick Foster | 2011-05-12 | 2 | -0/+68 |
| | * | Volk: actually return the preferred arch | Nick Foster | 2011-05-12 | 1 | -1/+1 |
| | * | Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi... | Nick Foster | 2011-05-12 | 6 | -85/+37 |
| | * | Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify... | Nick Foster | 2011-05-11 | 9 | -21/+64 |
| | * | Volk: initial profiling support. Profiling works, reading doesn't yet. Need t... | Nick Foster | 2011-05-10 | 6 | -8/+229 |
| * | | volk: move generation rules into lib + cleanup | Josh Blum | 2011-05-10 | 2 | -46/+46 |
| |/ |
|
| * | Volk: allow setting of build type (debug, release, etc) from command line | Nick Foster | 2011-05-10 | 1 | -1/+5 |
| * | volk: added orc support to the cmake build | Josh Blum | 2011-05-10 | 1 | -0/+37 |
| * | volk: cmake support for volk (gcc + msvc) | Josh Blum | 2011-05-10 | 6 | -0/+860 |
| * | volk: generate two machine structs which are conditional on LV_HAVE_ORC | Josh Blum | 2011-05-10 | 1 | -15/+30 |
| * | volk: implement type-agnostic operators for volk_complex | Josh Blum | 2011-05-09 | 5 | -49/+66 |
| * | Volk: Each QA test runs in separate Boost test case so it prints statistics f... | Nick Foster | 2011-05-09 | 2 | -95/+89 |
| * | gnuradio: revert bootstrap changes | Josh Blum | 2011-05-09 | 1 | -14/+9 |
| * | volk: various backports from MSVC building | Josh Blum | 2011-05-06 | 3 | -6/+30 |
| * | volk: top-level common header cleanup | Josh Blum | 2011-05-06 | 32 | -126/+101 |
| * | volk: removed volk_registry.h, it was superseded by the machines | Josh Blum | 2011-05-06 | 6 | -97/+0 |
| * | volk: make volk_machine_xxx.cc c-safe | Josh Blum | 2011-05-06 | 5 | -44/+38 |
| * | volk: make volk_machines.cc c-safe | Josh Blum | 2011-05-05 | 5 | -31/+15 |
| * | gnuradio: support out-of-tree bootstrap | Josh Blum | 2011-04-26 | 1 | -9/+14 |
| * | volk: reorganization of generation sources and generated files | Josh Blum | 2011-04-26 | 29 | -94/+62 |
| * | volk: removed cppunit from the build (not used anymore) | Josh Blum | 2011-04-26 | 4 | -90/+1 |
| * | Volk: remove some dead files from Makefile.am | Nick Foster | 2011-04-18 | 2 | -2/+1 |
| * | volk: added VOLK_API macro to external symbols | Josh Blum | 2011-04-17 | 2 | -3/+13 |