Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-19 | volk: work on template stuff | Josh Blum | |
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-03-01 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am | |||
2012-02-23 | Merge remote branch 'bistromath/volk_fix' into safe_align | Tom Rondeau | |
Conflicts: volk/apps/volk_profile.cc | |||
2012-02-21 | Volk: add scalar const support to the profiler/QA code. Disabled ↵ | Nick Foster | |
volk_32fc_s32fc_multiply_32fc_a's Orc impl due to it not working. | |||
2012-02-13 | volk: adding complex conjugate kernel. | Tom Rondeau | |
2012-02-13 | volk: added a 32fc multiply conjugate kernel. | Tom Rondeau | |
2012-02-13 | volk: added unaligned version of adding 2 vectors. | Tom Rondeau | |
2012-02-13 | volk: new unaligned versions of float multipliers. | Tom Rondeau | |
2012-02-13 | core: moving multiply_const_ff from gengen to general to take advantage of volk. | Tom Rondeau | |
Also adds SSE and AVX and unaligned Volk versions for this. | |||
2012-02-02 | volk: adding new Volk functions added in this branch to the volk_profile ↵ | Tom Rondeau | |
tool and installing it into $prefix/bin. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-12-01 | Volk: bring QA test changes into the profiler as well | Nick Foster | |
2011-12-01 | Volk: 32f_s32f_multiply_32f | Nick Foster | |
2011-12-01 | Volk: add 32fc_s32fc_multiply_32fc to profiler | Nick Foster | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-07-20 | volk: snagged the volk changes from cmake branch | Josh Blum | |
2011-05-18 | Volk: renamed everything else to _a instead of _a16, makefiles included | Nick Foster | |
2011-05-12 | Volk: I keep pulling tests out for testing and forgetting to put them back in... | Nick Foster | |
2011-05-12 | Volk: avx impl for 32f_s32f_convert_32i | Nick Foster | |
2011-05-12 | Volk: uncomment most of the profiler tests | Nick Foster | |
2011-05-12 | Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability to ↵ | Nick Foster | |
create dir in profiler if not exist | |||
2011-05-12 | Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs ↵ | Nick Foster | |
first. | |||
2011-05-11 | Volk: Profiler is in apps/ now. Added name to function info. Going to ↵ | Nick Foster | |
C++-ify the whole thing. | |||
2010-12-08 | volk: Updating build system so that volk configures and builds from gnuradio ↵ | Tom Rondeau | |
top level dir. | |||
2010-12-07 | Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a ↵ | Tom Rondeau | |
new SIMD library. It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time. |