summaryrefslogtreecommitdiff
path: root/volk/lib/qa_utils.cc
AgeCommit message (Expand)Author
2011-10-20volk: fixed signed/unsigned comparison warnings.Tom Rondeau
2011-05-18Volk: added alignment prop to each machine. call volk_get_alignment() to get ...Nick Foster
2011-05-12Volk: changed size of memory alignment in QA code to 32 for AVX supportNick Foster
2011-05-10Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...Nick Foster
2011-05-06volk: various backports from MSVC buildingJosh Blum
2011-05-06volk: removed volk_registry.h, it was superseded by the machinesJosh Blum
2011-04-16Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch.Nick Foster
2011-04-13Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuidNick Foster
2011-03-14volk: simplify the get new method for the aligned poolJosh Blum
2011-03-08volk: replace posix_memalign with something cross platformJosh Blum
2011-02-15reverted mktables deletion until i get my act together and make it go straigh...Nick Foster
2011-02-15Moved the fn indices gen from volk.c to volk_registry.h so the qa code has ac...Nick Foster
2011-01-13Volk: QA util has proper free().Nick Foster
2011-01-25Volk: doesn't test a routine if no valid architectures other than generic are...Nick Foster
2011-01-21Volk: Small changes to speed things up.Nick Foster
2011-01-21Volk: added ability to spec scalar in test invocationNick Foster
2011-01-21Volk: added QA support for multiple outputs, scalar outputs. 92% test coverag...Nick Foster
2011-01-21Volk: fixed naming error. test coverage @ 75%, still need to add support for ...Nick Foster
2011-01-21volk: renamed all files. added all tests. some test things are still broken.Nick Foster
2011-01-19Volk: test suite supports scalar arguments and in-place operationsNick Foster
2011-01-16volk_rename: renamed basically everything in the volk lib to have logically c...Nick Foster
2011-01-14Volk: QA code fixes, more Orc routines.Nick Foster
2011-01-12Volk: Working on a new QA architecture that doesn't require individual test p...Nick Foster