summaryrefslogtreecommitdiff
path: root/volk/lib/qa_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* volk: fix profiler comparisonJohnathan Corgan2012-05-121-1/+1
* volk: add SIMD implementation for fixed phase rotationNick McCarthy2012-05-111-4/+12
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-131-27/+27
* Volk: add scalar const support to the profiler/QA code. Disabled volk_32fc_s3...Nick Foster2012-02-211-4/+28
* volk: fixed signed/unsigned comparison warnings.Tom Rondeau2011-10-201-16/+16
* Volk: added alignment prop to each machine. call volk_get_alignment() to get ...Nick Foster2011-05-181-1/+2
* Volk: changed size of memory alignment in QA code to 32 for AVX supportNick Foster2011-05-121-1/+1
* Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...Nick Foster2011-05-101-2/+33
* volk: various backports from MSVC buildingJosh Blum2011-05-061-1/+1
* volk: removed volk_registry.h, it was superseded by the machinesJosh Blum2011-05-061-3/+0
* Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch.Nick Foster2011-04-161-7/+7
* Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuidNick Foster2011-04-131-33/+26
|\
| * volk: simplify the get new method for the aligned poolJosh Blum2011-03-141-7/+5
| * volk: replace posix_memalign with something cross platformJosh Blum2011-03-081-31/+26
* | reverted mktables deletion until i get my act together and make it go straigh...Nick Foster2011-02-151-1/+1
* | Moved the fn indices gen from volk.c to volk_registry.h so the qa code has ac...Nick Foster2011-02-151-42/+8
|/
* Volk: QA util has proper free().Nick Foster2011-01-131-2/+10
* Volk: doesn't test a routine if no valid architectures other than generic are...Nick Foster2011-01-251-0/+5
* Volk: Small changes to speed things up.Nick Foster2011-01-211-1/+1
* Volk: added ability to spec scalar in test invocationNick Foster2011-01-211-4/+4
* Volk: added QA support for multiple outputs, scalar outputs. 92% test coverag...Nick Foster2011-01-211-92/+91
* Volk: fixed naming error. test coverage @ 75%, still need to add support for ...Nick Foster2011-01-211-8/+43
* volk: renamed all files. added all tests. some test things are still broken.Nick Foster2011-01-211-40/+61
* Volk: test suite supports scalar arguments and in-place operationsNick Foster2011-01-191-140/+217
* volk_rename: renamed basically everything in the volk lib to have logically c...Nick Foster2011-01-161-16/+37
* Volk: QA code fixes, more Orc routines.Nick Foster2011-01-141-18/+76
* Volk: Working on a new QA architecture that doesn't require individual test p...Nick Foster2011-01-121-0/+223