summaryrefslogtreecommitdiff
path: root/volk/apps
AgeCommit message (Collapse)Author
2012-04-19volk: work on template stuffJosh Blum
2012-04-13Removed 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-01Merge branch 'master' into nextJohnathan 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-23Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau
Conflicts: volk/apps/volk_profile.cc
2012-02-21Volk: 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-13volk: adding complex conjugate kernel.Tom Rondeau
2012-02-13volk: added a 32fc multiply conjugate kernel.Tom Rondeau
2012-02-13volk: added unaligned version of adding 2 vectors.Tom Rondeau
2012-02-13volk: new unaligned versions of float multipliers.Tom Rondeau
2012-02-13core: 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-02volk: adding new Volk functions added in this branch to the volk_profile ↵Tom Rondeau
tool and installing it into $prefix/bin.
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-12-01Volk: bring QA test changes into the profiler as wellNick Foster
2011-12-01Volk: 32f_s32f_multiply_32fNick Foster
2011-12-01Volk: add 32fc_s32fc_multiply_32fc to profilerNick Foster
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-07-20volk: snagged the volk changes from cmake branchJosh Blum
2011-05-18Volk: renamed everything else to _a instead of _a16, makefiles includedNick Foster
2011-05-12Volk: I keep pulling tests out for testing and forgetting to put them back in...Nick Foster
2011-05-12Volk: avx impl for 32f_s32f_convert_32iNick Foster
2011-05-12Volk: uncomment most of the profiler testsNick Foster
2011-05-12Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability to ↵Nick Foster
create dir in profiler if not exist
2011-05-12Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs ↵Nick Foster
first.
2011-05-11Volk: Profiler is in apps/ now. Added name to function info. Going to ↵Nick Foster
C++-ify the whole thing.
2010-12-08volk: Updating build system so that volk configures and builds from gnuradio ↵Tom Rondeau
top level dir.
2010-12-07Initial 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.